[Tux4kids-commits] [SCM] tuxhistory - Educational history game branch, master, updated. 98f1e34f25f49293b92d41e839d11a672e6c335a

JesusMager fongog at gmail.com
Fri Jul 23 12:49:32 UTC 2010


The following commit has been merged in the master branch:
commit 98f1e34f25f49293b92d41e839d11a672e6c335a
Author: JesusMager <fongog at gmail.com>
Date:   Fri Jul 23 07:47:56 2010 -0500

    Adding Lua support

diff --git a/configure.ac b/configure.ac
index c5894fe..5893c9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ PKG_CHECK_MODULES([LUA],
     [
       [echo "LUA not found via pkg_config, checking with AC_CHECK_LIB:"]
 	AC_CHECK_LIB(lua50, lua_open, [
-           LUA_LIBS="-llualin50 -llua50"
+           LUA_LIBS="-llua50"
            ],[AC_MSG_ERROR([LUA not found! http://www.lua.org])])
 
       [echo "LUA successfully located"]

-- 
tuxhistory - Educational history game



More information about the Tux4kids-commits mailing list