mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
fix bug introduced by r1306
This commit is contained in:
parent
8e1c997ba0
commit
90b9bfe20b
@ -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/'`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user