summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-30 14:52:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-30 14:52:53 +0000
commit244b2f9ee0bf51f5cbcc1db4211a9b45e81d6093 (patch)
tree36cc80ff0b44ccf38c356394ad84fff013ed462e /configure.ac
parenta1ae7c9c7b2952db0e209fc3716d946a849eba19 (diff)
downloadmpfr-244b2f9ee0bf51f5cbcc1db4211a9b45e81d6093.tar.gz
[configure.ac] Updated message output when the gmp.h vs libgmp test
fails: another cause may be that LD_RUN_PATH is not honored (problem seen under OpenBSD 6.6 / gcc302.fsffrance.org). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13839 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b2d65b3ad..a39660a81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -727,7 +727,9 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
AC_MSG_WARN([see the version numbers above). A cause may be different])
AC_MSG_WARN([GMP versions with different ABI's or the use of --with-gmp])
AC_MSG_WARN([or --with-gmp-include with a system include directory])
- AC_MSG_WARN([(such as /usr/include or /usr/local/include).])
+ AC_MSG_WARN([(such as /usr/include or /usr/local/include). Another])
+ AC_MSG_WARN([cause may be that LD_RUN_PATH is not honored (problem])
+ AC_MSG_WARN([seen under OpenBSD 6.6).])
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"])