aboutsummaryrefslogtreecommitdiff
path: root/auto/lib
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-20 18:33:44 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-20 18:33:44 +0000
commit90b9bfe20b262b61f74cd9b510164765cb1d649b (patch)
treecf883a77408a9c46336257eb37738a657a39492d /auto/lib
parent8e1c997ba0e9371d74242294f2a4b47c3a779941 (diff)
downloadnginx-90b9bfe20b262b61f74cd9b510164765cb1d649b.tar.gz
nginx-90b9bfe20b262b61f74cd9b510164765cb1d649b.zip
fix bug introduced by r1306
Diffstat (limited to 'auto/lib')
-rw-r--r--auto/lib/pcre/conf2
1 files changed, 1 insertions, 1 deletions
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/'`