From b7b1ccf24ce930d4f31f040fdc220aba15a01993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Tue, 22 Nov 2016 01:44:13 +0100 Subject: autotools: xkb is an external package -> --with[out]-xkb --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- cgit v1.2.3