From 9864365f5c84efdcf8cb3d825737662089d2c492 Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 30 Dec 2009 15:42:36 +0000 Subject: 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 --- Lua/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Lua/configure.ac') 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 -- cgit v1.2.3