summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-05-02 00:16:50 +0000
committerDJ Delorie <dj@redhat.com>2006-05-02 00:16:50 +0000
commit8b01a5c2afa0174f9a39d16bf3d0c4465e677b87 (patch)
treede8144295341c30c86d61b759368913e9032cfa4 /configure.in
parent36bf2220c42b85951f8cd7e0e4a3bad7abde5563 (diff)
downloadbinutils-gdb-8b01a5c2afa0174f9a39d16bf3d0c4465e677b87.tar.gz
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.
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 cdfa7d8f7b6..e3e3500c998 100644
--- a/configure.in
+++ b/configure.in
@@ -1142,8 +1142,8 @@ if test x"$have_gmp" = xyes; then
#include <mpfr.h>], [mpfr_t n; mpfr_init(n);],
[AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); have_gmp=no])
LIBS="$saved_LIBS"
- CFLAGS="$saved_CFLAGS"
fi
+CFLAGS="$saved_CFLAGS"
# Flags needed for both GMP and/or MPFR
AC_SUBST(gmplibs)