summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-11 10:07:51 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-11 10:07:51 +0000
commitd7fb0ab622b6f3b916ec1dfca9be2df3c4f8d03e (patch)
tree7fdf5851c48dfa3461a7b02bc6f3f73be1c0f55c /configure.ac
parent7fe8d4ab549189dbab63abbedbc565aa4e3cb591 (diff)
downloadmpfr-d7fb0ab622b6f3b916ec1dfca9be2df3c4f8d03e.tar.gz
[configure.ac] temporary commit to investigate problem with i686-solaris on hydra
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8613 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 07291c3dc..ff39dd638 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,7 +510,7 @@ AC_CHECK_LIB(gmp, __gmpz_init, [LIBS="-lgmp $LIBS"],
[AC_MSG_ERROR(libgmp not found or uses a different ABI (including static vs shared).
Please read the INSTALL file -- see "In case of problem".)])
-dnl Check for corresponding 'gmp.h' and libgmp.a
+dnl Check for corresponding 'gmp.h' and libgmp
AC_MSG_CHECKING(if gmp.h version and libgmp version are the same)
dnl We do not set LD_LIBRARY_PATH, as it is not possible to set it just
dnl before the test program is run, and we do not want to affect other
@@ -556,6 +556,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
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_ERROR([gmp.h and libgmp differ])
],AC_MSG_RESULT([can not test])
)
LD_RUN_PATH="$saved_LD_RUN_PATH"