Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2006-05-02 04:16:50 +0400
committerDJ Delorie <dj@redhat.com>2006-05-02 04:16:50 +0400
commit928b07db3479a2a6db07af69facc72f4e507d9fe (patch)
treec441345174cf078aaaf8797bdcebfb6c1a034ae0 /configure.in
parent8f8f1db12f5ac069d7e44c7ea9b2eed55f2b0b96 (diff)
* 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 cdfa7d8f7..e3e3500c9 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)