changeset 1321:8eb4dfcb89a6

fix bug introduced by r1306
author Igor Sysoev <igor@sysoev.ru>
date Fri, 20 Jul 2007 18:33:44 +0000
parents e30e9de091b7
children 27f2299e0d80
files auto/lib/pcre/conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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/'`