xserver: Branch 'server-1.5-branch'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Aug 12 14:54:19 PDT 2008


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 50382652afc13021f041c42ae6e8893643ea2bfa
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Aug 12 14:53:14 2008 -0700

    Fix --disable/--enable-kbd_mode configure flag

diff --git a/configure.ac b/configure.ac
index 6b3b1ee..efef454 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2056,7 +2056,7 @@ AM_CONDITIONAL(USE_CURSES, [test x$CURSES = xyes])
 
 AC_ARG_ENABLE(kbd_mode, AS_HELP_STRING([--enable-kbd_mode],
 	[Build kbd_mode utility (default: auto)]),
-	[BUILD_KBD_MODE=$enable_val], [BUILD_KBD_MODE="auto"])
+	[BUILD_KBD_MODE=$enableval], [BUILD_KBD_MODE="auto"])
 if test x$BUILD_KBD_MODE != xno ; then
 	case $host_os in
 	  *bsd*)


More information about the xorg-commit mailing list