From fcb50449d48208da75e9f7b473341f484816f523 Mon Sep 17 00:00:00 2001 From: ghazi Date: Mon, 30 Nov 2009 06:12:16 +0000 Subject: * configure.ac: Update minimum MPC version to 0.8. * configure: Regenerate. gcc: * doc/install.texi: Update minimum MPC version to 0.8. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154750 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2915932534e..c9c5f0ab93f 100644 --- a/configure.ac +++ b/configure.ac @@ -1367,7 +1367,7 @@ if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then CFLAGS="$CFLAGS $mpcinc" AC_MSG_CHECKING([for the correct version of mpc.h]) AC_TRY_COMPILE([#include ],[ - #if MPC_VERSION < MPC_VERSION_NUM (0,7,0) + #if MPC_VERSION < MPC_VERSION_NUM (0,8,0) choke me #endif ], [AC_MSG_RESULT([yes]); have_mpc=maybe], @@ -1414,6 +1414,7 @@ if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then mpc_neg (n, n, MPC_RNDNN); mpc_sqr (n, n, MPC_RNDNN); mpc_pow (n, n, n, MPC_RNDNN); + mpc_acosh (n, n, MPC_RNDNN); mpc_clear (n); ], [AC_MSG_RESULT([yes]); have_mpc=yes], [AC_MSG_RESULT([no]); have_mpc=no; mpclibs= ; mpcinc= ]) -- cgit v1.2.1