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:
Paolo Bonzini
2007-01-11 15:23:41 +00:00
parent 85e36f1332
commit bd74ff2b2c
5 changed files with 29 additions and 14 deletions

2
configure vendored
View File

@@ -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"