summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2011-09-08 17:29:52 +0000
committerAndreas Enge <andreas.enge@inria.fr>2011-09-08 17:29:52 +0000
commitbfd4da02abe2f551dc6418e432303c8879f0b761 (patch)
treec52ae254deb8e376eac6ee40a2efd1b35d0657ab /m4
parenta256a41cc19400fb7503cbfcec709b992766cf35 (diff)
downloadmpc-git-bfd4da02abe2f551dc6418e432303c8879f0b761.tar.gz
configure.ac: corrected broken detection of CC and CFLAGS from gmp.h
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1091 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'm4')
-rw-r--r--m4/mpc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mpc.m4 b/m4/mpc.m4
index 3738bf3..8d233a4 100644
--- a/m4/mpc.m4
+++ b/m4/mpc.m4
@@ -142,10 +142,10 @@ AC_DEFUN([MPC_C_CHECK_WARNINGCFLAGS], [
# Checks if CC and CFLAGS can be extracted from gmp.h
#
AC_DEFUN([MPC_GMP_CC_CFLAGS], [
- AC_MSG_CHECKING(for CC and CFLAGS in gmp.h)
AC_PROG_CPP
AC_PROG_EGREP
AC_PROG_SED
+ AC_MSG_CHECKING(for CC and CFLAGS in gmp.h)
# Get CC
echo "#include \"gmp.h\"" > conftest.c
echo "MPC_OPTION __GMP_CC" >> conftest.c