summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dbc5489..55a85c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ PKG_CHECK_MODULES([TERM],
# $enable_xsmp will be set to "yes" or "no"
AC_ARG_ENABLE(smclient,
- [AC_HELP_STRING([--enable-smclient],
+ [AS_HELP_STRING([--enable-smclient],
[Explicitly enable or disable smclient])],
[enable_smclient=$enableval],
[enable_smclient=yes])