]> git.pld-linux.org Git - packages/swig.git/blob - swig-php.patch
- updated to 1.3.20, updated php and php-vdecl patches
[packages/swig.git] / swig-php.patch
1 --- SWIG-1.3.20/configure.in.orig       2003-12-09 19:53:52.000000000 +0100
2 +++ SWIG-1.3.20/configure.in    2003-12-19 00:45:55.436701752 +0100
3 @@ -1053,7 +1053,7 @@
4         dirs="/usr/include/php /usr/local/include/php /usr/include/php4 /usr/local/include/php4 /usr/local/apache/php"
5         for i in $dirs; do
6                 echo $i
7 -               if test -r $i/php_config.h -o -r $i/php_version.h; then
8 +               if test -r $i/main/php_config.h -o -r $i/main/php_version.h; then
9                         AC_MSG_RESULT($i)
10                         PHP4EXT="$i"
11                         PHP4INC="-I$PHP4EXT -I$PHP4EXT/Zend -I$PHP4EXT/main -I$PHP4EXT/TSRM"
This page took 0.087531 seconds and 3 git commands to generate.