]> git.pld-linux.org Git - packages/swig.git/blob - swig-configure.patch
- part of patch no longer needed
[packages/swig.git] / swig-configure.patch
1 diff -urN SWIG-1.3.11.org/configure.in SWIG-1.3.11/configure.in
2 --- SWIG-1.3.11.org/configure.in        Fri Apr 12 01:20:07 2002
3 +++ SWIG-1.3.11/configure.in    Fri Apr 12 01:22:52 2002
4 @@ -822,7 +822,7 @@
5  AC_MSG_CHECKING(for PHP4 header files)
6  dirs="/usr/include/php /usr/local/include/php /usr/local/apache/php"
7  for i in $dirs; do
8 -       if test -r $i/php_config.h; then
9 +       if test -r $i/main/php_config.h; then
10                 AC_MSG_RESULT($i)
11                 PHP4EXT="$i"
12                 PHP4INC="-I$PHP4EXT -I$PHP4EXT/Zend -I$PHP4EXT/main -I$PHP4EXT/TSRM"
This page took 0.030664 seconds and 4 git commands to generate.