mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue