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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



`AC_HELP_STRING` is obsolete and has been superseded by
`AS_HELP_STRING`.

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

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
-- 
2.33.0




[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux