summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-10-09 12:38:38 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2021-10-12 00:59:22 +0200
commit0b54f2739eee9adf1bae3e213447dd75e03289ae (patch)
tree39f55bbed7ebfda756dc7ef3350dbd1c86448e1d /configure.ac
parenta04ddc0b83a618495603522134ecbb335c3d2e58 (diff)
build: replace `AC_HELP_STRING` with `AS_HELP_STRING`
`AC_HELP_STRING` is obsolete and has been superseded by `AS_HELP_STRING`. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1dc9bc7..85e49ed 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