From 9c958ca0b34b5bec8ba667d568786fed994f78b5 Mon Sep 17 00:00:00 2001 From: Patrick McIlroy Date: Tue, 8 Jun 2010 07:25:50 +0000 Subject: [PATCH] no need for lualib git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@761 83fadc84-e282-4d84-a09a-c4228d6ae7e5 --- autoconf/m4/lua.m4 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/autoconf/m4/lua.m4 b/autoconf/m4/lua.m4 index 554441ee..2c54fb95 100755 --- a/autoconf/m4/lua.m4 +++ b/autoconf/m4/lua.m4 @@ -28,18 +28,9 @@ else if test "$LIB_LUA" = ""; then AC_CHECK_LIB(lua50, lua_open, LIB_LUA=-llua50) fi - if test "$LIB_LUA_LIB" = ""; then - AC_CHECK_LIB(lualib, luaopen_base, LIB_LUA_LIB=-llualib, , [$LIB_LUA -ldl]) - fi - if test "$LIB_LUA_LIB" = ""; then - AC_CHECK_LIB(lualib50, luaopen_base, LIB_LUA_LIB=-llualib50, , [$LIB_LUA -ldl]) - fi if test "$LIB_LUA" = ""; then LUA_MISSING=yes fi - if test "$LIB_LUA_LIB" = ""; then - LUA_LIB_MISSING=yes - fi LUA_CFLAGS= LUA_LIBS="$LIB_LUA $LIB_LUA_LIB" fi @@ -57,11 +48,6 @@ if test "$LUA_MISSING" = "yes"; then else AC_DEFINE([HAVE_LUA51], [1], [The system has Lua 5.1 instead of Lua 5.0]) fi -elif test "$LUA_LIB_MISSING" = "yes"; then - echo - echo "*** liblualib is required to build StepMania; please make sure that" - echo "*** it is installed to continue the installation process." - exit 1; fi AC_SUBST(LUA_CFLAGS) -- 2.11.0