summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-02-27 12:09:25 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-02-27 12:09:25 +0000
commit82271e6d9c1043cb5321156c5bd7b7d036c88a5c (patch)
tree6c589079a1e40ca38e79a9cb4f6a756bb7c58a5e /configure.ac
parent321b58671e8cf9f2f404256eb54172bab3284584 (diff)
downloadmpfr-82271e6d9c1043cb5321156c5bd7b7d036c88a5c.tar.gz
[configure.ac] If 'gmp.h' and 'libgmp' seem to have different versions,
output the temporary LD_RUN_PATH value (may be useful for debugging). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8056 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2338751de..ce680ba95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -497,6 +497,7 @@ 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([Temporary LD_RUN_PATH was "$LD_RUN_PATH".])
AC_MSG_WARN([==========================================================])
],AC_MSG_RESULT([can not test])
)