mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
updated tests to reflect recent changes.
This commit is contained in:
4
util/configure
vendored
4
util/configure
vendored
@ -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);
|
||||
|
Reference in New Issue
Block a user