aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Lua/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lua/configure.ac b/Lua/configure.ac
index b7055ae6..02d57a2a 100644
--- a/Lua/configure.ac
+++ b/Lua/configure.ac
@@ -166,6 +166,9 @@ PKG_HAVE([freetype], [freetype2], yes)
# find sqlite3
PKG_HAVE([sqlite3], [sqlite3], yes)
+# find lua 5.1
+PKG_HAVE([lua], [lua5.1], yes)
+
# find FFMpeg
# Note: do not use the min/max version parameters with ffmpeg
# otherwise it might fail in ubuntu due to a wrong version number