Skip to content

Commit 2d3ed40

Browse files
committed
gmp patch
1 parent 89b1d09 commit 2d3ed40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/gmp/config.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if test "$PHP_GMP" != "no"; then
88
for i in $PHP_GMP /usr/local /usr; do
99
test -f $i/include/gmp.h && GMP_DIR=$i && break
1010
test -f $i/include/$MACHINE_INCLUDES/gmp.h && GMP_DIR=$i && break
11+
test -f $i/develop/headers/gmp.h && GMP_DIR=$i && break
1112
done
1213

1314
if test -z "$GMP_DIR"; then

0 commit comments

Comments
 (0)