]> git.kaiwu.me - nginx.git/commitdiff
fix bug introduced by r1306
authorIgor Sysoev <igor@sysoev.ru>
Fri, 20 Jul 2007 18:33:44 +0000 (18:33 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 20 Jul 2007 18:33:44 +0000 (18:33 +0000)
auto/lib/pcre/conf

index c966a284f65fd70a4c1de1b3324fbb8f9f3c76dd..3789ad14bb75cdb90cbf41dc66882bf5a4efc47f 100644 (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/'`