bugfix: fixed a bug that concurrent --with-stream_ssl_module and --without-stream_ssl_module were not detected properly.

pull/389/head
Datong Sun 7 years ago
parent 2651aa7870
commit d3f7e22de2
No known key found for this signature in database
GPG Key ID: 1908AE626BFCE242

2
util/configure vendored

@ -498,7 +498,7 @@ _END_
push @ngx_opts, '--with-stream';
}
if ($opts->{no_stream_ssl} && $opts->{http_stream}) {
if ($opts->{no_stream_ssl} && $opts->{stream_ssl}) {
die "--with-stream_ssl_module conflicts with --without-stream_ssl_module.",
"\n";
}

Loading…
Cancel
Save