Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2011-12-29 19:58:53 +0400
committerValentin Bartenev <vbart@nginx.com>2011-12-29 19:58:53 +0400
commit9d712d9bf108e97da709706b890002200109f43a (patch)
tree3017434352fe34e92dee056d412d2b0319b343ff /auto
parentf08ba924926528cfba3c9bcb08c58552b51480c7 (diff)
Fixed configure with system PCRE library on Solaris.
The bug has been introduced in r4389.
Diffstat (limited to 'auto')
-rw-r--r--auto/lib/pcre/conf2
1 files changed, 1 insertions, 1 deletions
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;