1
0
mirror of https://github.com/openresty/openresty synced 2024-11-09 18:35:51 +01:00

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

2
util/configure vendored

@ -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';