summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-01-25 00:39:00 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-01-25 00:39:00 +0000
commit82aaabf8107034efb5faa4a9795355d1c8b2bad2 (patch)
treecc0dd542807ea33adaeeb9b485badc53b2e7cfdc
parentf97eb633706aab3e30503b529cf5433e3198f146 (diff)
downloadmpfr-82aaabf8107034efb5faa4a9795355d1c8b2bad2.tar.gz
configure.in: updated message for different gmp.h and libgmp versions.
See <https://sympa.inria.fr/sympa/arc/mpfr/2010-01/msg00051.html>. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6689 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a1d534c78..4810e2937 100644
--- a/configure.in
+++ b/configure.in
@@ -481,7 +481,8 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
[AC_MSG_RESULT(no)
AC_MSG_WARN(['gmp.h' and 'libgmp' seems to have different versions or])
AC_MSG_WARN([we cannot run a program linked with GMP (if you cannot])
- AC_MSG_WARN([see the version numbers above).])
+ AC_MSG_WARN([see the version numbers above). A cause may be different])
+ AC_MSG_WARN([GMP versions with different ABI's.])
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_RESULT([can not test])