* linux-nat.c (linux_nat_wait): Do not short-cut reporting
[deliverable/binutils-gdb.git] / configure.in
index cdfa7d8f7b65e396796459129df0f22d22616065..e3e3500c9980ef0fb38df8fb7f64dd5cb3bfce48 100644 (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)
This page took 0.023674 seconds and 4 git commands to generate.