diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-02 00:17:08 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-02 00:17:08 +0000 |
commit | bc53ef839c5931b8a445edb05845e5753706ceb9 (patch) | |
tree | fe72a03877a491a4f902b1be0af61f6f1221c16c /configure.in | |
parent | 12646d64203cc17ecf1c8c31a4d5afd8bbf821c6 (diff) | |
download | gcc-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.in | 2 |
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) |