diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 34ee5bc..92fb8c2 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_ARG_WITH([lzo], [], [with_lzo="check"]) AC_ARG_WITH([lz4], - [AS_HELP_STRING([--without-lz4], [Build with lz4 compression support])], + [AS_HELP_STRING([--with-lz4], [Build with lz4 compression support])], [], [with_lz4="check"]) AC_ARG_WITH([zstd], |