From 22a57c82c3807727996271dff8f9a2921f3d5fd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 14 Feb 2010 21:13:13 +0200 Subject: [PATCH] Check for luac --- configure.ac | 1 + share/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 $@"; -- 2.39.2