From: Eric Biggers Date: Mon, 8 Apr 2013 16:52:01 +0000 (-0500) Subject: configure.ac: Fix --enable-verify-compression X-Git-Tag: v1.3.3~67 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=5ecd28a69d7eb0e5098d59ab807f0d9320ac4c77;hp=0aa85dec59ba8be1e93feb3e92f6090c89d038d5 configure.ac: Fix --enable-verify-compression --- 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]