1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

- fix PCRE_INCDIR for external libpcre

This commit is contained in:
Michael Wallner
2005-11-19 10:30:52 +00:00
parent 3bffc21967
commit 65ccbc1bc4
+2 -2
View File
@@ -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