added test scaffold t::Config.

This commit is contained in:
agentzh (章亦春)
2011-03-07 00:56:26 +08:00
parent 37fbb6441e
commit 824c7a4617
5 changed files with 246 additions and 202 deletions

4
util/configure vendored
View File

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