From: ellson Date: Tue, 22 May 2007 07:53:17 +0000 (+0000) Subject: php include fixes from Debiam maintainer X-Git-Tag: LAST_LIBGRAPH~32^2~5570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=706a403893c1474deaa1e50681775365818860d7;p=graphviz php include fixes from Debiam maintainer cyril.brulebois@enst-bretagne.fr --- diff --git a/configure.ac b/configure.ac index 91b19dfa5..0c9036c7c 100644 --- a/configure.ac +++ b/configure.ac @@ -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"