c79e39ad568d9af854765f64049534044ef6c034nd# Internal, will not be submitted upstream.
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# Solaris path to gmp headers.
d3e250aab242db84d14060985b5db675a731d548nd--- php-5.6.3/ext/gmp/config.m4 Wed Nov 12 05:52:21 2014
c79e39ad568d9af854765f64049534044ef6c034nd+++ php-5.6.3/ext/gmp/config.m4 Fri Mar 6 13:46:41 2015
c79e39ad568d9af854765f64049534044ef6c034nd@@ -9,6 +9,7 @@
c79e39ad568d9af854765f64049534044ef6c034nd for i in $PHP_GMP /usr/local /usr; do
c79e39ad568d9af854765f64049534044ef6c034nd test -f $i/include/gmp.h && GMP_DIR=$i && break
c79e39ad568d9af854765f64049534044ef6c034nd+ test -f $i/include/gmp/gmp.h && GMP_DIR=$i && break
PHP_ADD_INCLUDE($GMP_DIR/include)
+ PHP_ADD_INCLUDE($GMP_DIR/include/gmp)
PHP_NEW_EXTENSION(gmp, gmp.c, $ext_shared)