mirror of
https://github.com/nginx/nginx.git
synced 2024-12-27 01:11:13 -06:00
Fixed configure with system PCRE library on Solaris.
The bug has been introduced in r4389.
This commit is contained in:
parent
f08ba92492
commit
9d712d9bf1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user