Force lua disabled.

This commit is contained in:
riccardom 2009-07-03 18:40:32 +00:00
parent a266b8239d
commit 52340b1f18
1 changed files with 2 additions and 1 deletions

View File

@ -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"])