]> granicus.if.org Git - graphviz/commitdiff
try updating php includedirs to match php-config --includes
authorJohn Ellson <ellson@research.att.com>
Mon, 15 Aug 2016 20:21:02 +0000 (16:21 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 15 Aug 2016 20:21:02 +0000 (16:21 -0400)
configure.ac

index 20db24c588b727286ca3291602cafd926904b5db..04013fd4e90cc5e2a0f37ba4808faa1bc12599fe 100644 (file)
@@ -1151,7 +1151,7 @@ else
         if test -d /usr/include/php5; then
           PHP_INCLUDES="-I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM"
         else
-          PHP_INCLUDES="-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM"
+          PHP_INCLUDES="-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib"
         fi
         PHP_INSTALL_DIR="/usr/lib${LIBPOSTFIX}/php/modules"
         PHP_INSTALL_DATADIR="/usr/share/php"