summaryrefslogtreecommitdiff
path: root/ext/gmp/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/config.m4')
-rw-r--r--ext/gmp/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/config.m4 b/ext/gmp/config.m4
index 22cca7eaf2..1567d30cac 100644
--- a/ext/gmp/config.m4
+++ b/ext/gmp/config.m4
@@ -13,7 +13,7 @@ if test "$PHP_GMP" != "no"; then
if test -z "$GMP_DIR"; then
AC_MSG_ERROR(Unable to locate gmp.h)
fi
-
+
PHP_CHECK_LIBRARY(gmp, __gmpz_rootrem,
[],[
AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])