summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.h
diff options
context:
space:
mode:
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