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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user