mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
added test scaffold t::Config.
This commit is contained in:
4
util/configure
vendored
4
util/configure
vendored
@ -95,6 +95,10 @@ for my $opt (@ARGV) {
|
||||
|
||||
} elsif ($opt eq '--with-http_ssl_module') {
|
||||
$resty_opts{http_ssl} = 1;
|
||||
push @ngx_opts, $opt;
|
||||
|
||||
} elsif ($opt eq '--without-http_ssl_module') {
|
||||
$resty_opts{no_http_ssl} = 1;
|
||||
|
||||
} elsif ($opt =~ /^--\w.*/) {
|
||||
push @ngx_opts, $opt;
|
||||
|
Reference in New Issue
Block a user