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 adcbc26..8342fe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AM_CONFIG_HEADER(config.h)
XORG_DEFAULT_OPTIONS
AC_ARG_WITH(xkb-config-root,
- AC_HELP_STRING([--with-xkb-config-root=<paths>],
+ AS_HELP_STRING([--with-xkb-config-root=<paths>],
[Set default XKB config root (default: ${datadir}/X11/xkb)]),
[XKBCONFIGROOT="$withval"],
[XKBCONFIGROOT=${datadir}/X11/xkb])