summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-02 00:17:08 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-02 00:17:08 +0000
commitbc53ef839c5931b8a445edb05845e5753706ceb9 (patch)
treefe72a03877a491a4f902b1be0af61f6f1221c16c /configure.in
parent12646d64203cc17ecf1c8c31a4d5afd8bbf821c6 (diff)
downloadgcc-bc53ef839c5931b8a445edb05845e5753706ceb9.tar.gz
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113444 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 128116753c5..04c922fd818 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)