From: Bart Van Assche Date: Mon, 2 Apr 2012 15:45:51 +0000 (+0000) Subject: configure.in: Avoid that configure complains about "-----: command not found". X-Git-Tag: svn/VALGRIND_3_8_0~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f7a907d50e806d070dea12247eef325b4ed332;p=thirdparty%2Fvalgrind.git configure.in: Avoid that configure complains about "-----: command not found". git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12481 --- diff --git a/configure.in b/configure.in index 623bdc3210..0f3c0a3b86 100644 --- a/configure.in +++ b/configure.in @@ -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)