diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 52a7f05..7fab497 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AM_PROG_LIBTOOL PKG_CHECK_MODULES(XAU, xproto) AC_ARG_ENABLE(xthreads, - AC_HELP_STRING([--disable-xthreads], + AS_HELP_STRING([--disable-xthreads], [Disable libXau support for Multithreading]), [xthreads=$enableval],[xthreads=yes]) |