From 5e667813da088a867aa9f5f929675c572cab36c5 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 12 Jul 2013 10:51:19 +0000 Subject: [configure.ac] If the gmp.h vs libgmp test fails, also output the value of some variables (in case config.log is available, information can also be retrieved from "Cache variables" and "Output variables" near the end). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8616 280ebfd0-de03-0410-8827-d642c229c3f4 --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 03956650d..614848583 100644 --- a/configure.ac +++ b/configure.ac @@ -554,6 +554,11 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ AC_MSG_WARN([(such as /usr/include or /usr/local/include).]) AC_MSG_WARN([However since we can't use 'libtool' inside the configure,]) AC_MSG_WARN([we can't be sure. See 'config.log' for details.]) + AC_MSG_WARN([CC="$CC"]) + AC_MSG_WARN([CFLAGS="$CFLAGS"]) + AC_MSG_WARN([CPPFLAGS="$CPPFLAGS"]) + AC_MSG_WARN([LDFLAGS="$LDFLAGS"]) + AC_MSG_WARN([LIBS="$LIBS"]) AC_MSG_WARN([Temporary LD_RUN_PATH was "$LD_RUN_PATH".]) AC_MSG_WARN([==========================================================]) ],AC_MSG_RESULT([can not test]) -- cgit v1.2.1