mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
dist-check: removed the -l option for standard Lua 5.1 intepreter.
This commit is contained in:
@ -33,14 +33,8 @@ if ($^O eq 'freebsd' || $^O eq 'solaris') {
|
|||||||
|
|
||||||
my $cfg_opts = "";
|
my $cfg_opts = "";
|
||||||
|
|
||||||
if ($opts{l}) {
|
$lua = 'LuaJIT';
|
||||||
$lua = 'Lua';
|
#$cfg_opts .= " --with-luajit";
|
||||||
$cfg_opts .= " --with-lua51";
|
|
||||||
|
|
||||||
} else {
|
|
||||||
$lua = 'LuaJIT';
|
|
||||||
#$cfg_opts .= " --with-luajit";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($^O eq 'solaris') {
|
if ($^O eq 'solaris') {
|
||||||
$cfg_opts .= " --with-cc=gcc";
|
$cfg_opts .= " --with-cc=gcc";
|
||||||
|
Reference in New Issue
Block a user