X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=7fca1542e1a072ab7cdd648e32dfcba148bdbf46;hp=4f755c60312eb7e8fd65173290c196b3a4141560;hb=22c0e369cb60b73a9ec209c878173001bfb43db8;hpb=2a94ebd67e2a341208c4849a92442ecd511fb716 diff --git a/configure.ac b/configure.ac index 4f755c60..7fca1542 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,7 @@ AC_CONFIG_FILES([Makefile] [doc/"$IMAGEX_PROGNAME"-delete.1:doc/imagex-delete.1.in] [doc/"$IMAGEX_PROGNAME"-dir.1:doc/imagex-dir.1.in] [doc/"$IMAGEX_PROGNAME"-export.1:doc/imagex-export.1.in] + [doc/"$IMAGEX_PROGNAME"-extract.1:doc/imagex-extract.1.in] [doc/"$IMAGEX_PROGNAME"-info.1:doc/imagex-info.1.in] [doc/"$IMAGEX_PROGNAME"-join.1:doc/imagex-join.1.in] [doc/"$IMAGEX_PROGNAME"-mount.1:doc/imagex-mount.1.in] @@ -146,8 +147,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]