From 0b54f2739eee9adf1bae3e213447dd75e03289ae Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 9 Oct 2021 12:38:38 +0100 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3