From 977e1080472337420e576130d576099bc0cad4c9 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sat, 9 Jun 2012 19:47:55 -0700 Subject: [PATCH] Delete "--version" file if created by "ar --version" [Richard G.]. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 02e6be3..8876707 100755 --- a/configure +++ b/configure @@ -729,7 +729,7 @@ else fi # clean up files produced by running the compiler and linker -rm -f $test.[co] $test $test$shared_ext $test.gcno +rm -f $test.[co] $test $test$shared_ext $test.gcno ./--version # show the results in the log echo >> configure.log