diff options
author | DJ Delorie <dj@redhat.com> | 2006-05-02 00:16:50 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-05-02 00:16:50 +0000 |
commit | 8b01a5c2afa0174f9a39d16bf3d0c4465e677b87 (patch) | |
tree | de8144295341c30c86d61b759368913e9032cfa4 /configure | |
parent | 36bf2220c42b85951f8cd7e0e4a3bad7abde5563 (diff) | |
download | gdb-8b01a5c2afa0174f9a39d16bf3d0c4465e677b87.zip gdb-8b01a5c2afa0174f9a39d16bf3d0c4465e677b87.tar.gz gdb-8b01a5c2afa0174f9a39d16bf3d0c4465e677b87.tar.bz2 |
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2360,8 +2360,8 @@ else fi rm -f conftest* LIBS="$saved_LIBS" - CFLAGS="$saved_CFLAGS" fi +CFLAGS="$saved_CFLAGS" # Flags needed for both GMP and/or MPFR |