]> git.kaiwu.me - nginx.git/commitdiff
Fixed configure with system PCRE library on Solaris.
authorValentin Bartenev <vbart@nginx.com>
Thu, 29 Dec 2011 15:58:53 +0000 (15:58 +0000)
committerValentin Bartenev <vbart@nginx.com>
Thu, 29 Dec 2011 15:58:53 +0000 (15:58 +0000)
The bug has been introduced in r4389.

auto/lib/pcre/conf

index e90d023070121b1d9ad39e59bfbf86ea969c79f7..fd98ee9f55846a8c1023a78906a49e6456e0820b 100644 (file)
@@ -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;