Fix autoconf help strings (#389)
authorAlexponomarev7 <Alex.ponomarev7@ya.ru>
Sat, 15 Oct 2022 23:54:27 +0000 (01:54 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Oct 2022 23:54:27 +0000 (16:54 -0700)
configure.ac

index 7fa6ff730d7062b5f5884bfd2fda0402e087478b..8ad6137e2d30fca8c7e92fb207b42ac1738c93ec 100644 (file)
@@ -528,7 +528,7 @@ fi
 
 AC_MSG_CHECKING([whether to enable zstd compression])
 AC_ARG_ENABLE([zstd],
-        AC_HELP_STRING([--disable-zstd], [disable to omit zstd compression]))
+        AS_HELP_STRING([--disable-zstd], [disable to omit zstd compression]))
 AH_TEMPLATE([SUPPORT_ZSTD],
 [Undefine if you do not want zstd compression.  By default this is defined.])
 if test x"$enable_zstd" != x"no"; then
@@ -549,7 +549,7 @@ fi
 
 AC_MSG_CHECKING([whether to enable LZ4 compression])
 AC_ARG_ENABLE([lz4],
-        AC_HELP_STRING([--disable-lz4], [disable to omit LZ4 compression]))
+        AS_HELP_STRING([--disable-lz4], [disable to omit LZ4 compression]))
 AH_TEMPLATE([SUPPORT_LZ4],
 [Undefine if you do not want LZ4 compression.  By default this is defined.])
 if test x"$enable_lz4" != x"no"; then