diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-13 12:45:51 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-13 12:45:51 +0100 |
commit | 93e93ad11d342ac46f40018ff7b4b0ac1d044909 (patch) | |
tree | 902c51ae7070f2fcd8bcd39c68c644f032e3d641 /configure.ac | |
parent | acdbae1723d1bc32d2e31d06ad76306af1749032 (diff) |
Fix help text for --with-lz4
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-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], |