We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b1d09 commit 2d3ed40Copy full SHA for 2d3ed40
ext/gmp/config.m4
@@ -8,6 +8,7 @@ if test "$PHP_GMP" != "no"; then
8
for i in $PHP_GMP /usr/local /usr; do
9
test -f $i/include/gmp.h && GMP_DIR=$i && break
10
test -f $i/include/$MACHINE_INCLUDES/gmp.h && GMP_DIR=$i && break
11
+ test -f $i/develop/headers/gmp.h && GMP_DIR=$i && break
12
done
13
14
if test -z "$GMP_DIR"; then
0 commit comments