From: Michael Wallner Date: Sat, 19 Nov 2005 10:30:52 +0000 (+0000) Subject: - fix PCRE_INCDIR for external libpcre X-Git-Tag: RELEASE_2_0_2~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65ccbc1bc46b622b4e373f2e1971ae6e9fb61a1f;p=php - fix PCRE_INCDIR for external libpcre --- diff --git a/ext/filter/config.m4 b/ext/filter/config.m4 index 4740a0e6d2..149909505a 100644 --- a/ext/filter/config.m4 +++ b/ext/filter/config.m4 @@ -57,10 +57,10 @@ yes for i in $PCRE_SEARCH_DIR; do if test -f $i/include/pcre/pcre.h; then - PCRE_INCDIR=$i + PCRE_INCDIR=$i/include/pcre break elif test -f $i/include/pcre.h; then - PCRE_INCDIR=$i + PCRE_INCDIR=$i/include break elif test -f $i/pcre.h; then PCRE_INCDIR=$i