diff auto/lib/pcre/conf @ 1321:8eb4dfcb89a6

fix bug introduced by r1306
author Igor Sysoev <igor@sysoev.ru>
date Fri, 20 Jul 2007 18:33:44 +0000
parents 811fb97b9bf7
children 111c571f431c
line wrap: on
line diff
--- 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/'`