blob: 3b1fec4eb6ea060218eedd30f9e24f6a9006c396 (
plain)
1 diff -Nru php-5.2.0.orig/configure php-5.2.0/configure
2 --- php-5.2.0.orig/configure 2006-11-03 19:26:01.000000000 +0100
3 +++ php-5.2.0/configure 2006-11-03 19:41:16.000000000 +0100
4 @@ -32679,7 +32679,7 @@
5
6
7
8 - for header_file in $ext_srcdir/php_filter.h; do
9 + for header_file in ext/filter/php_filter.h; do
10
11
12 unique=`echo $header_file|$SED 's/[^a-zA-Z0-9]/_/g'`
|