summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-25 15:18:58 +0200
committerLuke from DC <[email protected]>2022-11-10 03:39:22 +0000
commita41f3446cb955c169ac652b9dc8c406cac813266 (patch)
tree693560433b02077ba3493269553678a5169a4bfd
parentc8ccd209f65f16ab2d3d518e0b1dfa7026ba3a66 (diff)
downloadmate-control-center-a41f3446cb955c169ac652b9dc8c406cac813266.tar.bz2
mate-control-center-a41f3446cb955c169ac652b9dc8c406cac813266.tar.xz
configure.ac: The macro 'AC_HELP_STRING' is obsolete
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d9c72eb5..28ef65f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -174,7 +174,7 @@ dnl
ACCOUNTSSERVICE_REQUIRED=0.6.21
-AC_ARG_WITH([accountsservice], AC_HELP_STRING([--without-accountsservice], [disable accountsservice support]))
+AC_ARG_WITH([accountsservice], AS_HELP_STRING([--without-accountsservice], [disable accountsservice support]))
have_accountsservice=no
if test x$with_accountsservice != xno; then
PKG_CHECK_MODULES(ACCOUNTSSERVICE, accountsservice >= $ACCOUNTSSERVICE_REQUIRED, have_accountsservice=yes, have_accountsservice=no)
@@ -263,7 +263,7 @@ dnl =======================================
AC_PATH_PROG(UPDATE_MIME_DATABASE, update-mime-database, no)
AC_ARG_ENABLE(update-mimedb,
- AC_HELP_STRING([--disable-update-mimedb],
+ AS_HELP_STRING([--disable-update-mimedb],
[do not update mime database after installation]),,
enable_update_mimedb=yes)
AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)