X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure;h=118ae8508fc7d4765c0e9376accd6d697065292f;hp=4337b09d2f5129c71e370fef834ffac5cb3d9d4c;hb=094dfab07d82eba2287a852a622deb3389cce94d;hpb=7b3cf17f62bd56e72924813d276338aef567e0d8 diff --git a/configure b/configure index 4337b09d..118ae850 100755 --- a/configure +++ b/configure @@ -777,6 +777,7 @@ enable_error_messages enable_custom_memory_allocator enable_assertions enable_verify_compression +enable_security_data with_fuse enable_ssse3_sha1 with_libcrypto @@ -1429,6 +1430,8 @@ Optional Features: --disable-verify-compression disable checking if blocks we compress can be correctly decompressed + --disable-security-data disable the ability to retain the security data of + existing WIMs --enable-ssse3-sha1 use assembly language implementation of SHA1 from Intel, accelerated with vector instructions (SSSE3-enabled CPU required) @@ -11625,7 +11628,7 @@ CC="$lt_save_CC" ac_config_headers="$ac_config_headers config.h" -ac_config_files="$ac_config_files Makefile doc/Makefile doc/Doxyfile src/Makefile programs/Makefile wimlib.pc doc/imagex.1 doc/imagex-append.1 doc/imagex-apply.1 doc/imagex-capture.1 doc/imagex-delete.1 doc/imagex-dir.1 doc/imagex-export.1 doc/imagex-info.1 doc/imagex-join.1 doc/imagex-mount.1 doc/imagex-mountrw.1 doc/imagex-unmount.1 doc/mkwinpeimg.1 rpm/wimlib.spec archlinux/PKGBUILD" +ac_config_files="$ac_config_files Makefile doc/Makefile doc/Doxyfile src/Makefile programs/Makefile wimlib.pc doc/imagex.1 doc/imagex-append.1 doc/imagex-apply.1 doc/imagex-capture.1 doc/imagex-delete.1 doc/imagex-dir.1 doc/imagex-export.1 doc/imagex-info.1 doc/imagex-join.1 doc/imagex-mount.1 doc/imagex-mountrw.1 doc/imagex-split.1 doc/imagex-unmount.1 doc/mkwinpeimg.1 rpm/wimlib.spec archlinux/PKGBUILD" ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -13436,6 +13439,24 @@ $as_echo "#define ENABLE_VERIFY_COMPRESSION 1" >>confdefs.h fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to include support for copying security data" >&5 +$as_echo_n "checking whether to include support for copying security data... " >&6; } +# Check whether --enable-security_data was given. +if test "${enable_security_data+set}" = set; then : + enableval=$enable_security_data; ENABLE_SECURITY_DATA=$enableval +else + ENABLE_SECURITY_DATA=yes + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_SECURITY_DATA" >&5 +$as_echo "$ENABLE_SECURITY_DATA" >&6; } +if test "x$ENABLE_SECURITY_DATA" = "xyes"; then + +$as_echo "#define ENABLE_SECURITY_DATA 1" >>confdefs.h + +fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to include support for mounting WIMs" >&5 $as_echo_n "checking whether to include support for mounting WIMs... " >&6; } @@ -14742,6 +14763,7 @@ do "doc/imagex-join.1") CONFIG_FILES="$CONFIG_FILES doc/imagex-join.1" ;; "doc/imagex-mount.1") CONFIG_FILES="$CONFIG_FILES doc/imagex-mount.1" ;; "doc/imagex-mountrw.1") CONFIG_FILES="$CONFIG_FILES doc/imagex-mountrw.1" ;; + "doc/imagex-split.1") CONFIG_FILES="$CONFIG_FILES doc/imagex-split.1" ;; "doc/imagex-unmount.1") CONFIG_FILES="$CONFIG_FILES doc/imagex-unmount.1" ;; "doc/mkwinpeimg.1") CONFIG_FILES="$CONFIG_FILES doc/mkwinpeimg.1" ;; "rpm/wimlib.spec") CONFIG_FILES="$CONFIG_FILES rpm/wimlib.spec" ;;