From 97b93c073518c3bdca7c263ab2e3ec9560122df7 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Mon, 18 Jul 2011 12:18:53 +0000 Subject: [configure.ac] improved error message when libmpfr is not found git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1014 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c382ed6..25f80b8 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) + AC_MSG_ERROR([libmpfr not found or uses a different ABI (including static vs shared issue).]) ]) # Check for a recent GMP -- cgit v1.2.1