diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-28 16:07:07 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-28 16:07:07 -0500 |
commit | 7de07642d62440a90942a8a071624ac09f48a2b3 (patch) | |
tree | 6248b6164e0d53461e3384b306c549b8f61186b7 | |
parent | 98f08b9c8414e7d759d08af4711b9519ca8fd37f (diff) |
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-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]) |