changeset 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 7ee8e11e17bb
children d3000365ac65
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
@@ -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;