This commit is contained in:
Glenn Maynard
2004-06-04 20:35:05 +00:00
parent bf6d177250
commit 06af12a4aa
+9 -4
View File
@@ -17,11 +17,16 @@ else
if test "$LIB_LUA_LIB" = ""; then if test "$LIB_LUA_LIB" = ""; then
AC_CHECK_LIB(lualib50, luaopen_base, LIB_LUA_LIB=-llualib50, , [$LIB_LUA]) AC_CHECK_LIB(lualib50, luaopen_base, LIB_LUA_LIB=-llualib50, , [$LIB_LUA])
fi fi
if test "$LIB_LUA" = "" -o "$LIB_LUA_LIB" = ""; then if test "$LIB_LUA" = ""; then
echo echo
echo "*** liblua is required to build StepMania; please" echo "*** liblua is required to build StepMania; please make sure that"
echo "*** make sure that liblua is installed to continue" echo "*** it is installed to continue the installation process."
echo "*** the installation process." exit 0;
fi
if test "$LIB_LUA_LIB" = ""; then
echo
echo "*** liblualib is required to build StepMania; please make sure that"
echo "*** it is installed to continue the installation process."
exit 0; exit 0;
fi fi
LUA_CFLAGS= LUA_CFLAGS=