From: RĂ©mi Denis-Courmont Date: Sun, 14 Feb 2010 19:13:13 +0000 (+0200) Subject: Check for luac X-Git-Tag: 1.1.0-ff~24 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=22a57c82c3807727996271dff8f9a2921f3d5fd5;p=vlc Check for luac --- diff --git a/configure.ac b/configure.ac index 733c424aee..1f9f22f963 100644 --- a/configure.ac +++ b/configure.ac @@ -1615,6 +1615,7 @@ then 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.]) fi + AC_CHECK_PROGS(LUAC, luac) fi AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"]) diff --git a/share/Makefile.am b/share/Makefile.am index 02d41a7071..abff029658 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -186,8 +186,6 @@ DIST_osdmenu_default = \ # vlcluadir = $(vlclibdir)/lua -LUAC = luac - luac_verbose = $(luac_verbose_$(V)) luac_verbose_ = $(luac_verbose_$(AM_DEFAULT_VERBOSITY)) luac_verbose_0 = @echo " LUAC $@";