summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-20 10:04:52 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-11-20 10:04:52 +0000
commit169e94b4b2a2b34a2b833e21b75280096f558d96 (patch)
treeef624b10995e90aaab5ecb519d8e27cc7f003fcd
parenta85c3badca55d9543d67893a8713098f088d1dbd (diff)
downloadmpc-169e94b4b2a2b34a2b833e21b75280096f558d96.tar.gz
reverting the reverting, mpfr_init instead of mpfr_clear
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@344 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6226abf..198ca7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ fi
AC_CHECK_LIB([gmp], [__gmpz_init],
[LIBS="-lgmp $LIBS"],
[AC_MSG_ERROR([libgmp not found or uses a different ABI.])])
-AC_CHECK_LIB([mpfr], [mpfr_clear],
+AC_CHECK_LIB([mpfr], [mpfr_init],
[LIBS="-lmpfr $LIBS"],
[AC_MSG_ERROR([libmpfr not found or uses a different ABI.])])