[gtk-engines] Use withval in system-lua check. (#594014, Romain Perier)
- From: Benjamin Berg <bberg src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk-engines] Use withval in system-lua check. (#594014, Romain Perier)
- Date: Mon, 7 Sep 2009 14:06:42 +0000 (UTC)
commit 28041f6067404b6047cc78a89a89437e93e7e30e
Author: Benjamin Berg <benjamin sipsolutions net>
Date: Mon Sep 7 16:04:11 2009 +0200
Use withval in system-lua check. (#594014, Romain Perier)
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3c3ce2a..7ba482e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ AC_ARG_ENABLE(paranoia, [ --enable-paranoia use wall, werror, ansi, peda
AC_ARG_ENABLE(deprecated, [ --disable-deprecated disable deprecated functions in gtk et al], [deprecated=$enableval], [deprecated="no"])
AC_ARG_ENABLE(schemas, [ --disable-schema disable engine schemas], [schemas=$enableval], [schemas="yes"])
-AC_ARG_WITH(system-lua, [ --with-system-lua link with system Lua library], [system_lua=$enableval], [system_lua="no"])
+AC_ARG_WITH(system-lua, [ --with-system-lua link with system Lua library], [system_lua=$withval], [system_lua="no"])
AM_CONDITIONAL([SYSTEM_LUA], [test x$system_lua = xtrue])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]