From 2abd06dadbe7e488bb0d0489f5f51a6194c42e92 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Tue, 30 Aug 2011 11:57:14 +0000 Subject: [configure.ac] added comment about minimal GMP version and fat builds git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1034 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fef5ea8..bfce1c5 100644 --- a/configure.ac +++ b/configure.ac @@ -147,6 +147,9 @@ AC_LINK_IFELSE( ]) # Check for a recent GMP +# Note: the fat builds are broken in GMP 4.3.2 and GMP 5.0.0 +# (at least on 64-bit Core 2 under Linux) +# http://gmplib.org/list-archives/gmp-bugs/2011-August/002345.html AC_MSG_CHECKING(for recent GMP) AC_COMPILE_IFELSE( [AC_LANG_SOURCE( -- cgit v1.2.1