summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-17 16:26:10 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-17 16:26:10 +0000
commit2ea745b33b1000b4bbeb726a2bb8799501e23c59 (patch)
tree72f9c0a221d5d60d67b7867d2cfc374da4f13f46 /configure.in
parent677a44f6c4c2b464bd0bab7d76343727c1bb5a35 (diff)
downloadmpfr-2ea745b33b1000b4bbeb726a2bb8799501e23c59.tar.gz
Improve the warning message by adding the lines:
"we cannot run a program linked with GMP (if you cannot see the version numbers above)." git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3719 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 426e9693c..42c730e78 100644
--- a/configure.in
+++ b/configure.in
@@ -326,7 +326,9 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
return (strcmp (buffer, gmp_version) != 0) ? 1 : 0;
]])], [AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
- AC_MSG_WARN(['gmp.h' and 'libgmp' seems to have different versions.])
+ 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([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])