|
From: <sv...@va...> - 2012-04-02 15:45:58
|
bart 2012-04-02 16:45:51 +0100 (Mon, 02 Apr 2012)
New Revision: 12481
Log:
configure.in: Avoid that configure complains about "-----: command not found".
Modified files:
trunk/configure.in
Modified: trunk/configure.in (+0 -1)
===================================================================
--- trunk/configure.in 2012-04-02 16:10:37 +01:00 (rev 12480)
+++ trunk/configure.in 2012-04-02 16:45:51 +01:00 (rev 12481)
@@ -1097,7 +1097,6 @@
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)
|