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 | |
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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 19f68372d7e..36927a3044f 100755 --- a/configure +++ b/configure @@ -2354,8 +2354,8 @@ else fi rm -f conftest* LIBS="$saved_LIBS" - CFLAGS="$saved_CFLAGS" fi +CFLAGS="$saved_CFLAGS" # Flags needed for both GMP and/or MPFR |