Commit 22a57c82 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Check for luac

parent b6195822
...@@ -1615,6 +1615,7 @@ then ...@@ -1615,6 +1615,7 @@ then
else else
AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.]) AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.])
fi fi
AC_CHECK_PROGS(LUAC, luac)
fi fi
AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"]) AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"])
......
...@@ -186,8 +186,6 @@ DIST_osdmenu_default = \ ...@@ -186,8 +186,6 @@ DIST_osdmenu_default = \
# #
vlcluadir = $(vlclibdir)/lua vlcluadir = $(vlclibdir)/lua
LUAC = luac
luac_verbose = $(luac_verbose_$(V)) luac_verbose = $(luac_verbose_$(V))
luac_verbose_ = $(luac_verbose_$(AM_DEFAULT_VERBOSITY)) luac_verbose_ = $(luac_verbose_$(AM_DEFAULT_VERBOSITY))
luac_verbose_0 = @echo " LUAC $@"; luac_verbose_0 = @echo " LUAC $@";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment