From 65ccbc1bc46b622b4e373f2e1971ae6e9fb61a1f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 19 Nov 2005 10:30:52 +0000 Subject: [PATCH] - fix PCRE_INCDIR for external libpcre --- ext/filter/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1