diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bcbe8b7..e0c3160 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ AC_SUBST(POLKIT_GOBJECT_CFLAGS) AC_SUBST(POLKIT_GOBJECT_LIBS) AC_ARG_ENABLE([accountsservice], - AC_HELP_STRING([--enable-accountsservice], [Enable accountsservice]),, + AS_HELP_STRING([--enable-accountsservice], [Enable accountsservice]),, [enable_accountsservice=yes]) AM_CONDITIONAL([HAVE_ACCOUNTSSERVICE], [test "x$enable_accountsservice" = xyes]) |