git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
0aa85de
)
configure.ac: Fix --enable-verify-compression
author
Eric Biggers
<ebiggers3@gmail.com>
Mon, 8 Apr 2013 16:52:01 +0000
(11:52 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Mon, 8 Apr 2013 16:52:01 +0000
(11:52 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 4f755c60312eb7e8fd65173290c196b3a4141560..48aa4ad6691b0309307f02e2db5fe32ee05f90b7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-146,8
+146,8
@@
fi
AC_MSG_CHECKING([whether to include compression verification])
AC_ARG_ENABLE([verify_compression],
AC_MSG_CHECKING([whether to include compression verification])
AC_ARG_ENABLE([verify_compression],
- AS_HELP_STRING([--
disable-verify-compression], [disable
- check
ing
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]
decompressed]),
[ENABLE_VERIFY_COMPRESSION=$enableval],
[ENABLE_VERIFY_COMPRESSION=no]