]> git.sesse.net Git - vlc/blobdiff - configure.ac
Check for luac
[vlc] / configure.ac
index 733c424aee2ad4fc45f4d57d82782faa0f72d4de..1f9f22f963f8137d19451a41ea41e2647f1b0ea0 100644 (file)
@@ -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"])