fix bug introduced by r1306

This commit is contained in:
Igor Sysoev 2007-07-20 18:33:44 +00:00
parent 8e1c997ba0
commit 90b9bfe20b

View File

@ -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/'`