From: Alexponomarev7 Date: Sat, 15 Oct 2022 23:54:27 +0000 (+0200) Subject: Fix autoconf help strings (#389) X-Git-Tag: v3.2.7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76cabe54fa50723dcd3967831c9a31fd4a2845e;p=thirdparty%2Frsync.git Fix autoconf help strings (#389) --- diff --git a/configure.ac b/configure.ac index 7fa6ff73..8ad6137e 100644 --- a/configure.ac +++ b/configure.ac @@ -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