summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-11 14:53:06 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-11 14:53:06 +0000
commit16c9b2e3b5218c241299c871c76ee972a48c4448 (patch)
treedf830b46efa7edb815a6c75707707ab2d1c7e0ff /configure.in
parent6a6e7e2f617a263369c0d6188f0fdf7913b83253 (diff)
downloadgcc-16c9b2e3b5218c241299c871c76ee972a48c4448.tar.gz
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Change == to = in test command. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120674 138bc75d-0d04-0410-961f-82ee72b054a4
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"