From: Valentin Bartenev Date: Thu, 29 Dec 2011 15:58:53 +0000 (+0000) Subject: Fixed configure with system PCRE library on Solaris. X-Git-Tag: release-1.1.13~11 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=9d712d9bf108e97da709706b890002200109f43a;p=nginx.git Fixed configure with system PCRE library on Solaris. The bug has been introduced in r4389. --- diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index e90d02307..fd98ee9f5 100644 --- 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;