summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2007-01-11 15:23:41 +0000
committerPaolo Bonzini <bonzini@gnu.org>2007-01-11 15:23:41 +0000
commit94ec833c07a82e71d54ca05c6a2ad0f0a9bbe492 (patch)
treebe77e57b246b8cb98001835ca4baa01c854b284c /configure.in
parentdc8c3a8996bdfce1073bc7646e2e2a8719706d14 (diff)
downloadgdb-94ec833c07a82e71d54ca05c6a2ad0f0a9bbe492.tar.gz
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 06ba566c3ab..8b2071a9217 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"