Tweak a configure test
authorIan Lynagh <igloo@earth.li>
Tue, 23 Nov 2010 17:06:21 +0000 (17:06 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 23 Nov 2010 17:06:21 +0000 (17:06 +0000)
aclocal.m4

index 288fd83..1ca1ec6 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS],
     then
         $2="$$2 -fno-stack-protector"
     fi
     then
         $2="$$2 -fno-stack-protector"
     fi
-    rm conftest.c conftest.o
+    rm -f conftest.c conftest.o
 ])
 
 
 ])