now we require gmake for *BSD systems even if luajit is not enabled. thanks @lhmwzy.

This commit is contained in:
agentzh (章亦春)
2011-11-03 15:16:57 +08:00
parent 3e2b93c19d
commit 93f9f0762d
2 changed files with 283 additions and 283 deletions

4
util/configure vendored
View File

@ -312,8 +312,8 @@ sub build_resty_opts {
} else {
# no gmake found
if ($platform =~ /bsd/i && $opts->{luajit}) {
die "you need to install gmake to build LuaJIT.\n";
if ($platform =~ /bsd/i) {
die "error: you need to install gmake (Gnu make) to build LuaJIT.\n";
}
if (can_run("make")) {