diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-22 01:44:13 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-22 01:44:13 +0100 |
commit | b7b1ccf24ce930d4f31f040fdc220aba15a01993 (patch) | |
tree | b98a01b248b2530882e9f661702d7af52d6c12b3 | |
parent | b5c1e280cca0965eca0767534ee6514834b524e4 (diff) | |
download | ratpoison-b7b1ccf24ce930d4f31f040fdc220aba15a01993.zip |
autotools: xkb is an external package -> --with[out]-xkb
-rw-r--r-- | configure.ac | 2 |
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"], |