summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-12-05 17:38:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-12-05 17:38:38 +0000
commit01413f51321a698fb44649d6b4e0dc80f8e900e5 (patch)
tree2a9d65182468c61875c2835fb33ccf18d35c315e /configure.ac
parentbb67164f507bfab4aadc99d7564cdb82bd0e189f (diff)
downloadmpfr-01413f51321a698fb44649d6b4e0dc80f8e900e5.tar.gz
[acinclude.m4,configure.ac] Moved the "double-to-integer conversion bug"
test after the gmp.h detection as it uses gmp.h (otherwise one gets an incorrect error on this test if gmp.h can't be found or is unusable). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8432 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 85273e793..a622e1c18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,6 +510,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
return (strcmp (buffer, gmp_version) != 0) ? 1 : 0;
]])],
[AC_MSG_RESULT(yes)
+ MPFR_CHECK_DBL2INT_BUG
MPFR_CHECK_PRINTF_SPEC],
[AC_MSG_RESULT(no)
AC_MSG_WARN([==========================================================])