From 52340b1f18a556e150b979a546a9b49047ab2cde Mon Sep 17 00:00:00 2001 From: riccardom Date: Fri, 3 Jul 2009 18:40:32 +0000 Subject: [PATCH] Force lua disabled. --- desmume/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index d50f3e6a2..a8625d0ec 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -147,7 +147,8 @@ AC_PROVIDE_IFELSE([PKG_PROG_PKG_CONFIG], [ echo "WARNING: pkg-config is not available therefore gtk, gtk-glade UIs and lua scripting are not available either." ]) -AM_CONDITIONAL([HAVE_LUA], [test "${HAVE_LUA}" = "yes"]) +dnl -- force lua disabled +AM_CONDITIONAL([HAVE_LUA], [test "${HAVE_LUA}x" = "yes"]) dnl - set conditional for glib, needed to avoid commandline.cpp compilation for cli frontend since it depends on glib AM_CONDITIONAL([HAVE_GLIB], [test "${FOUND_GLIB}" = "yes"])