diff auto/lib/pcre/conf @ 4396:eaace502bdf6

Fixed configure with system PCRE library on Solaris. The bug has been introduced in r4389.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 29 Dec 2011 15:58:53 +0000
parents 005fc2d5e84f
children d620f497c50f
line wrap: on
line diff
--- a/auto/lib/pcre/conf
+++ b/auto/lib/pcre/conf
@@ -165,7 +165,7 @@ else
             PCRE=YES
         fi
 
-        if [ $PCRE == YES ]; then
+        if [ $PCRE = YES ]; then
             ngx_feature="PCRE JIT support"
             ngx_feature_name="NGX_HAVE_PCRE_JIT"
             ngx_feature_test="int jit = 0;