X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=4f755c60312eb7e8fd65173290c196b3a4141560;hp=865ded2463bcfe732ac9c15610b5ff1b7ed3af1d;hb=2a94ebd67e2a341208c4849a92442ecd511fb716;hpb=01111a94dc42d56da64c4af86c1c379afaabdea0;ds=sidebyside diff --git a/configure.ac b/configure.ac index 865ded24..4f755c60 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AC_ARG_ENABLE([verify_compression], checking 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