summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index feacaac..3f31f3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ AC_SUBST(XFT_CFLAGS)
AC_SUBST(XFT_LIBS)
AC_ARG_WITH([xkb],
- [AS_HELP_STRING([--disable-xkb], [Don't build XKB support for keyboard input.])],
+ [AS_HELP_STRING([--without-xkb], [Don't build XKB support for keyboard input.])],
[xkb=$withval],
[xkb=yes])
AS_IF([test "X$xkb" = "Xyes"],