bugfix: ./configure: the --without-http_lua_upstream option alone incorrectly disabled all the Lua stuff.
This commit is contained in:
parent
add30287e1
commit
b81a5cea66
1186
t/sanity.t
1186
t/sanity.t
File diff suppressed because it is too large
Load Diff
|
@ -475,7 +475,6 @@ _END_
|
||||||
if (!$opts->{lua}
|
if (!$opts->{lua}
|
||||||
&& !$opts->{lua_path}
|
&& !$opts->{lua_path}
|
||||||
&& !$opts->{no_http_lua}
|
&& !$opts->{no_http_lua}
|
||||||
&& !$opts->{no_http_lua_upstream}
|
|
||||||
&& !$opts->{luajit_path})
|
&& !$opts->{luajit_path})
|
||||||
{
|
{
|
||||||
$opts->{luajit} = 1;
|
$opts->{luajit} = 1;
|
||||||
|
|
Loading…
Reference in New Issue