]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
configure.in: Avoid that configure complains about "-----: command not found".
authorBart Van Assche <bvanassche@acm.org>
Mon, 2 Apr 2012 15:45:51 +0000 (15:45 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 2 Apr 2012 15:45:51 +0000 (15:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12481

configure.in

index 623bdc32101c7ba74419eb812a9b3d297aa25e87..0f3c0a3b8663553db53a2a667bbef8af25d2cc68 100644 (file)
@@ -1097,7 +1097,6 @@ ac_gcc_have_dfp=no
 AC_MSG_RESULT([no])
 ])
 
------
 CFLAGS=$safe_CFLAGS
 
 AM_CONDITIONAL(HAS_DFP, test x$ac_asm_have_dfp = xyes -a x$ac_gcc_have_dfp = xyes)