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

pull/270/merge
Yichun Zhang (agentzh) 8 years ago
parent add30287e1
commit b81a5cea66

File diff suppressed because it is too large Load Diff

1
util/configure vendored

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

Loading…
Cancel
Save