From 2734e14377d9f7e734efbbced4eff1847d22c60b Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 19 Apr 2017 10:46:47 +0200 Subject: [PATCH] Allow building the Lua backend with luajit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) ) ;; -- 2.47.2