summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-11-06 23:17:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-11-06 23:17:31 +0000
commitd5c85705444040cf9153084270b4b351790df2d4 (patch)
tree140822d228ba3700a2123ccef295a5ed9eabed33 /src/mpfr-gmp.h
parent82c582ef8ec0cdf2029658dc0bc67aead6ca3765 (diff)
downloadmpfr-d5c85705444040cf9153084270b4b351790df2d4.tar.gz
GMP 5.0.0 or newer is required (instead of 4.2.0).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9731 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr-gmp.h')
-rw-r--r--src/mpfr-gmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpfr-gmp.h b/src/mpfr-gmp.h
index 18d3d52de..304b9705d 100644
--- a/src/mpfr-gmp.h
+++ b/src/mpfr-gmp.h
@@ -56,8 +56,8 @@ extern "C" {
******************** Check GMP ***********************
******************************************************/
-#if !__MPFR_GMP(4,2,0) && !defined(MPFR_USE_MINI_GMP)
-# error "GMP 4.2.0 or newer needed"
+#if !__MPFR_GMP(5,0,0) && !defined(MPFR_USE_MINI_GMP)
+# error "GMP 5.0.0 or newer is required"
#endif
#if GMP_NAIL_BITS != 0