configure.in: Restore CFLAGS if GM P isn't present.

* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.

From-SVN: r113444
This commit is contained in:
DJ Delorie 2006-05-01 20:17:08 -04:00 committed by DJ Delorie
parent 94634f146e
commit ed606bc0c8
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-05-01 DJ Delorie <dj@redhat.com>
* configure.in: Restore CFLAGS if GM P isn't present.
* configure: Regenerate.
2006-05-01 Richard Guenther <rguenther@suse.de>
* MAINTAINERS (Various Maintainers): Add myself as libgcc-math

2
configure vendored
View File

@ -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

View File

@ -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)