where_is_pcre.patch   [plain text]


--- php-5.3.0/configure	2009-06-29 08:46:18.000000000 -0700
+++ php/configure	2009-07-06 22:27:23.000000000 -0700
@@ -22211,7 +22211,7 @@
   if test "$PHP_PCRE_REGEX" != "yes" && test "$PHP_PCRE_REGEX" != "no"; then
     echo $ac_n "checking for PCRE headers location""... $ac_c" 1>&6
 echo "configure:22218: checking for PCRE headers location" >&5
-    for i in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/include $PHP_PCRE_REGEX/include/pcre; do
+    for i in $PHP_PCRE_REGEX $PHP_PCRE_REGEX/include $PHP_PCRE_REGEX/local/include $PHP_PCRE_REGEX/include/pcre; do
       test -f $i/pcre.h && PCRE_INCDIR=$i
     done