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:
parent
51b70c82b8
commit
4a006e09b4
2
util/configure
vendored
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';
|
||||
|
Loading…
Reference in New Issue
Block a user