]> wimlib.net Git - wimlib/commit
Remove some unnecessary configure options
authorEric Biggers <ebiggers3@gmail.com>
Sun, 31 Jul 2022 02:03:42 +0000 (19:03 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 31 Jul 2022 02:03:42 +0000 (19:03 -0700)
commite49548d667f1da6462f1d3ea018a4f6ff75d4ae7
tree705b49799fda0504cc35497622954f882424b8d4
parent66cb00059d739a05e8165664b86fc8e254e950ba
Remove some unnecessary configure options

Remove support for the following options which aren't really useful and
probably aren't being used by anyone:

* --disable-assertions
* --disable-error-messages
* --disable-multithreaded-compression
configure.ac
include/wimlib.h
include/wimlib/assert.h
include/wimlib/chunk_compressor.h
include/wimlib/error.h
src/compress_parallel.c
src/error.c
src/resource.c
src/wim.c
src/write.c