From 90b9bfe20b262b61f74cd9b510164765cb1d649b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 20 Jul 2007 18:33:44 +0000 Subject: [PATCH] fix bug introduced by r1306 --- auto/lib/pcre/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index c966a284f..3789ad14b 100644 --- a/auto/lib/pcre/conf +++ b/auto/lib/pcre/conf @@ -29,7 +29,7 @@ if [ $PCRE != NONE ]; then ngx_pcre_ver=`grep PCRE_MAJOR $PCRE/pcre.h \ | sed -e 's/^.*PCRE_MAJOR.* \(.*\)$/\1/'` - else if [ -f $PCRE/configure.in.h ]; then + else if [ -f $PCRE/configure.in ]; then ngx_pcre_ver=`grep PCRE_MAJOR= $PCRE/configure.in \ | sed -e 's/^.*=\(.*\)$/\1/'`