updated tests to reflect recent changes.

This commit is contained in:
agentzh (章亦春)
2011-03-29 16:49:58 +08:00
parent 18e0f4f310
commit 439af7a93b
2 changed files with 43 additions and 28 deletions

4
util/configure vendored
View File

@ -50,8 +50,6 @@ if ($OS =~ /solaris|sunos/i) {
$platform = 'posix';
}
warn "Platform: $platform ($OS)\n";
my @modules = (
[http_iconv => 'iconv-nginx-module', 'disabled'],
[http_echo => 'echo-nginx-module'],
@ -164,6 +162,8 @@ for my $opt (@ARGV) {
}
}
print "platform: $platform ($OS)\n";
my $ngx_prefix = "$prefix/nginx";
my $resty_opts = build_resty_opts(\%resty_opts);