Commit ed606bc0 by DJ Delorie Committed by DJ Delorie

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
parent 94634f14
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
......
......@@ -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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment