dist-check: removed the -l option for standard Lua 5.1 intepreter.

This commit is contained in:
Yichun Zhang (agentzh) 2017-04-08 17:33:54 -07:00
parent 1fbcf153e3
commit 5deaa06788
1 changed files with 2 additions and 8 deletions

View File

@ -33,14 +33,8 @@ if ($^O eq 'freebsd' || $^O eq 'solaris') {
my $cfg_opts = "";
if ($opts{l}) {
$lua = 'Lua';
$cfg_opts .= " --with-lua51";
} else {
$lua = 'LuaJIT';
#$cfg_opts .= " --with-luajit";
}
$lua = 'LuaJIT';
#$cfg_opts .= " --with-luajit";
if ($^O eq 'solaris') {
$cfg_opts .= " --with-cc=gcc";