aboutsummaryrefslogtreecommitdiff
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
commitceb92e786a65c4acd656c66efe7d37b9df7f39bc (patch)
treee73607a727ecbcff765fe6328121614d103bb02d /configure.in
parent493cb6ef0a6e706353df9f2eda57f6721c6a0dfe (diff)
downloadgdb-ceb92e786a65c4acd656c66efe7d37b9df7f39bc.zip
gdb-ceb92e786a65c4acd656c66efe7d37b9df7f39bc.tar.gz
gdb-ceb92e786a65c4acd656c66efe7d37b9df7f39bc.tar.bz2
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 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"