X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure;h=7a56401d7f2ee082b55866229a1b034cfbd70224;hb=ceb92e786a65c4acd656c66efe7d37b9df7f39bc;hp=9cc4b21277e24d8b5b9207689a1e3bd5ceab1847;hpb=493cb6ef0a6e706353df9f2eda57f6721c6a0dfe;p=deliverable%2Fbinutils-gdb.git diff --git a/configure b/configure index 9cc4b21277..7a56401d7f 100755 --- a/configure +++ b/configure @@ -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"