aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/configure.ac
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-30 15:42:36 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-30 15:42:36 +0000
commit9864365f5c84efdcf8cb3d825737662089d2c492 (patch)
treee01446e1c15077dca221ef834575a21e060e42f4 /Lua/configure.ac
parent66cae6a143822a4b3f596717d2671db910026054 (diff)
downloadusdx-9864365f5c84efdcf8cb3d825737662089d2c492.tar.gz
usdx-9864365f5c84efdcf8cb3d825737662089d2c492.tar.xz
usdx-9864365f5c84efdcf8cb3d825737662089d2c492.zip
added check for lua 5.1 in configure script. (K)Ubuntu needs liblua5.1-0-dev package.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2058 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Lua/configure.ac')
-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