X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=48aa4ad6691b0309307f02e2db5fe32ee05f90b7;hp=4f755c60312eb7e8fd65173290c196b3a4141560;hb=7907dcb5432f65ea030a4c7b1d8b118b5c9e3e1b;hpb=2a94ebd67e2a341208c4849a92442ecd511fb716 diff --git a/configure.ac b/configure.ac index 4f755c60..48aa4ad6 100644 --- a/configure.ac +++ b/configure.ac @@ -146,8 +146,8 @@ fi AC_MSG_CHECKING([whether to include compression verification]) AC_ARG_ENABLE([verify_compression], - AS_HELP_STRING([--disable-verify-compression], [disable - checking if blocks we compress can be correctly + AS_HELP_STRING([--enable-verify-compression], [always + check if blocks we compress can be correctly decompressed]), [ENABLE_VERIFY_COMPRESSION=$enableval], [ENABLE_VERIFY_COMPRESSION=no]