diff mbox series

[libnetfilter_log,8/9] build: replace `AC_HELP_STRING` with `AS_HELP_STRING`

Message ID 20211009113839.2765382-9-jeremy@azazel.net
State Accepted
Delegated to: Pablo Neira
Headers show
Series Build fixes | expand

Commit Message

Jeremy Sowden Oct. 9, 2021, 11:38 a.m. UTC
`AC_HELP_STRING` is obsolete and has been superseded by
`AS_HELP_STRING`.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index 1dc9bc7847fa..85e49ede6f2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@  case "$host" in
 esac
 
 AC_ARG_WITH([ipulog],
-  AC_HELP_STRING([--without-ipulog], [don't build libipulog compat library]))
+  AS_HELP_STRING([--without-ipulog], [don't build libipulog compat library]))
 AM_CONDITIONAL([BUILD_IPULOG], [test "x$with_ipulog" != xno])
 
 dnl Dependencies