mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
changes: remove the pcre2 disable config.
This commit is contained in:
3
util/configure
vendored
3
util/configure
vendored
@ -554,9 +554,6 @@ _END_
|
||||
"\n";
|
||||
}
|
||||
|
||||
# disable pcre2 by default
|
||||
push @ngx_opts, '--without-pcre2';
|
||||
|
||||
if (!$opts->{no_stream}
|
||||
&& ! $opts->{no_stream_ssl}
|
||||
&& ! $opts->{stream_ssl})
|
||||
|
Reference in New Issue
Block a user