Fixed configure with system PCRE library on Solaris.

The bug has been introduced in r4389.
This commit is contained in:
Valentin Bartenev 2011-12-29 15:58:53 +00:00
parent f08ba92492
commit 9d712d9bf1

View 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;