]> granicus.if.org Git - graphviz/commitdiff
php include fixes from Debiam maintainer
authorellson <devnull@localhost>
Tue, 22 May 2007 07:53:17 +0000 (07:53 +0000)
committerellson <devnull@localhost>
Tue, 22 May 2007 07:53:17 +0000 (07:53 +0000)
cyril.brulebois@enst-bretagne.fr

configure.ac

index 91b19dfa5d4aabbb8194ffe16290f668ea7e0b0f..0c9036c7c4173c73c25fa77897bfc90d50bfb97a 100644 (file)
@@ -768,7 +768,7 @@ if test `$SWIG -help 2>&1 | $GREP -c '\-php[[5 ]]*- Generate'` = 0; then
        AC_MSG_WARN([swig does not support php. The PHP packages will not be built])
 else
 AC_CHECK_PROG(PHP,php,php)
-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/php5 -I/usr/include/php5/main -I/usr/include/php5/Zend -I/usr/include/php5/TSRM -I/usr/include/php5 -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM"
 PHP_LIBS=
 save_CPPFLAGS=$CPPFLAGS
 CPPFLAGS="$CPPFLAGS $PHP_INCLUDES"