2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Change == to = in test command. * configure: Regenerate. 2007-01-11 Paolo Bonzini <bonzini@gnu.org> * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable. (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo. Add optional 2nd argument.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -2363,7 +2363,7 @@ if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp;
|
||||
have_gmp=yes
|
||||
fi
|
||||
|
||||
if test -d ${srcdir}/gcc && test "x$have_gmp" == xno; then
|
||||
if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then
|
||||
have_gmp=yes
|
||||
saved_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$CFLAGS $gmpinc"
|
||||
|
Reference in New Issue
Block a user