From ceb92e786a65c4acd656c66efe7d37b9df7f39bc Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 11 Jan 2007 15:23:41 +0000 Subject: 2007-01-11 Paolo Bonzini * configure.in: Change == to = in test command. * configure: Regenerate. 2007-01-11 Paolo Bonzini * 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 06ba566..8b2071a 100644 --- a/configure.in +++ b/configure.in @@ -1131,7 +1131,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" -- cgit v1.1