From 9d712d9bf108e97da709706b890002200109f43a Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 29 Dec 2011 15:58:53 +0000 Subject: [PATCH] Fixed configure with system PCRE library on Solaris. The bug has been introduced in r4389. --- auto/lib/pcre/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;