From db5f5b06ff7776c8e9d7089c82487894f4ef3c2b Mon Sep 17 00:00:00 2001 From: zimmerma Date: Mon, 18 Jul 2011 12:19:58 +0000 Subject: [configure.ac] do the same as previous commit for libgmp git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1015 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 25f80b8..893f176 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ AC_TYPE_SIZE_T # Checks for libraries. AC_CHECK_LIB([gmp], [__gmpz_init], [LIBS="-lgmp $LIBS"], - [AC_MSG_ERROR([libgmp not found or uses a different ABI.])]) + [AC_MSG_ERROR([libgmp not found or uses a different ABI (including static vs shared).])]) AC_MSG_CHECKING(for MPFR) LIBS="-lmpfr $LIBS" @@ -144,7 +144,7 @@ AC_LINK_IFELSE( [AC_MSG_RESULT(yes)], [ AC_MSG_RESULT(no) - AC_MSG_ERROR([libmpfr not found or uses a different ABI (including static vs shared issue).]) + AC_MSG_ERROR([libmpfr not found or uses a different ABI (including static vs shared).]) ]) # Check for a recent GMP -- cgit v1.2.1