changes: remove the pcre2 disable config.

This commit is contained in:
swananan
2024-01-12 22:13:21 +08:00
committed by GitHub
parent ad33f56e91
commit 478d980900
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})