changes: remove the pcre2 disable config

This commit is contained in:
swananan
2024-01-12 00:27:04 +08:00
parent ad33f56e91
commit 915e005cb6
2 changed files with 61 additions and 64 deletions

3
util/configure vendored
View File

@ -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})