X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=48aa4ad6691b0309307f02e2db5fe32ee05f90b7;hp=865ded2463bcfe732ac9c15610b5ff1b7ed3af1d;hb=1153f04c39e01b96f983132f1367f777f852ac99;hpb=6aad3bee18ef52fc81d6df36080aa53bf8aa1d82 diff --git a/configure.ac b/configure.ac index 865ded24..48aa4ad6 100644 --- a/configure.ac +++ b/configure.ac @@ -146,11 +146,11 @@ 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=yes] + [ENABLE_VERIFY_COMPRESSION=no] ) AC_MSG_RESULT([$ENABLE_VERIFY_COMPRESSION]) if test "x$ENABLE_VERIFY_COMPRESSION" = "xyes"; then