bugfix: ./configure: we should disable the ngx_http_encrypted_session module when --without-http_ssl_module is specified.

pull/177/head
Yichun Zhang (agentzh) 9 years ago
parent d836ee1e8e
commit 6160254ec8

1
util/configure vendored

@ -278,6 +278,7 @@ for my $opt (@ARGV) {
} elsif ($opt eq '--without-http_ssl_module') {
$resty_opts{no_http_ssl} = 1;
$resty_opts{no_http_encrypted_session} = 1;
} elsif ($opt =~ /^--add-module=(.*)/) {

Loading…
Cancel
Save