bugfix: ./configure: the --without-http_lua_upstream option alone incorrectly disabled all the Lua stuff.

This commit is contained in:
Yichun Zhang (agentzh) 2017-06-26 14:11:54 -07:00
parent add30287e1
commit b81a5cea66
2 changed files with 631 additions and 556 deletions

1186
t/sanity.t

File diff suppressed because it is too large Load Diff

1
util/configure vendored
View File

@ -475,7 +475,6 @@ _END_
if (!$opts->{lua}
&& !$opts->{lua_path}
&& !$opts->{no_http_lua}
&& !$opts->{no_http_lua_upstream}
&& !$opts->{luajit_path})
{
$opts->{luajit} = 1;