From 7e31dbf06e5207cd03278ca0204937640a8b2a55 Mon Sep 17 00:00:00 2001 From: Karl Fleischmann <karl.fleischmann@open-xchange.com> Date: Mon, 8 Aug 2022 15:54:40 +0200 Subject: [PATCH] configure: Replace obsolete AC_HELP_STRING with AS_HELP_STRING --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8e5414545..4a609f83a 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ AC_SUBST(sieve_docdir) # AC_ARG_WITH(unfinished-features, -[AC_HELP_STRING([--with-unfinished-features], +[AS_HELP_STRING([--with-unfinished-features], [Build unfinished new features/extensions [default=no]])], if test x$withval = xno || test x$withval = xauto; then want_unfinished_features=$withval @@ -110,7 +110,7 @@ AC_ARG_WITH(docs, AM_CONDITIONAL(BUILD_DOCS, test "$want_docs" = "yes") AC_ARG_WITH(managesieve, -[AC_HELP_STRING([--with-managesieve], +[AS_HELP_STRING([--with-managesieve], [Build ManageSieve service [default=yes]])], if test x$withval = xno || test x$withval = xauto; then want_managesieve=$withval -- GitLab