From 8b86873a58221cd6e43ebf279c24ff5a8478e81b Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 25 Jul 2022 15:19:09 +0200 Subject: configure.ac: The macro 'AC_HELP_STRING' is obsolete --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.1