summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-25 15:18:47 +0200
committerLuke from DC <[email protected]>2022-11-10 05:18:35 +0000
commitc5126b910462d0a67ff38df03e2779b78021b91f (patch)
tree87139dc94a13438b7c10ef5750d7eb48cc221910
parentf63b8570efeb0c6135d9b6c4fa76061eb3e41e5d (diff)
downloadengrampa-c5126b910462d0a67ff38df03e2779b78021b91f.tar.bz2
engrampa-c5126b910462d0a67ff38df03e2779b78021b91f.tar.xz
configure.ac: The macro 'AC_HELP_STRING' is obsolete
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d03e6b..8b50427 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ AC_CHECK_LIB(m, floor)
dnl ==========================================================================
AC_ARG_ENABLE(packagekit,
- [AC_HELP_STRING([--disable-packagekit],[build without PackageKit support])],,
+ [AS_HELP_STRING([--disable-packagekit],[build without PackageKit support])],,
[enable_packagekit=yes])
if test "x$enable_packagekit" != "xno"; then
AC_DEFINE(ENABLE_PACKAGEKIT, 1, [define to enable PackageKit installer])