From: Pieter Lexis Date: Wed, 19 Apr 2017 08:46:47 +0000 (+0200) Subject: Allow building the Lua backend with luajit X-Git-Tag: rec-4.1.0-alpha1~152^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2734e14377d9f7e734efbbced4eff1847d22c60b;p=thirdparty%2Fpdns.git Allow building the Lua backend with luajit --- diff --git a/configure.ac b/configure.ac index 0956e2fb18..2151103eba 100644 --- a/configure.ac +++ b/configure.ac @@ -205,7 +205,7 @@ for a in $modules $dynmodules; do AS_IF([test "x$with_lua" = "xno"], AC_MSG_ERROR([Lua backend needs lua, run ./configure --with-lua]) ) - AS_IF([test "x$LUAPC" = "x"], + AS_IF([test "x$LUAPC" = "x" -a "x$LUAJITPC" = "x"], AC_MSG_ERROR([Lua backend needs lua but we cannot find it]) ) ;;