bugfix: fixed a typo in configure.

This commit is contained in:
lijunlong 2020-08-22 10:36:47 +08:00 committed by doujiang
parent 51b70c82b8
commit 4a006e09b4
1 changed files with 1 additions and 1 deletions

2
util/configure vendored
View File

@ -564,7 +564,7 @@ _END_
if (!$opts->{no_stream}
&& ! $opts->{no_stream_ssl_preread}
&& ! $opts->{stream_ssl_preead})
&& ! $opts->{stream_ssl_preread})
{
$opts->{stream_ssl_preread} = 1;
push @ngx_opts, '--with-stream_ssl_preread_module';