mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
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
1
util/configure
vendored
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…
x
Reference in New Issue
Block a user