* configure.in: Restore CFLAGS if GM P isn't present.

* configure: Regenerate.
This commit is contained in:
DJ Delorie
2006-05-02 00:16:50 +00:00
parent 36bf2220c4
commit 8b01a5c2af
3 changed files with 7 additions and 2 deletions

View File

@@ -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)