]> git.ipfire.org Git - thirdparty/libarchive.git/commit
build: use standard HAVE_ pattern for ZSTD compression check (#2111)
authorTim Kientzle <kientzle@acm.org>
Sun, 7 Apr 2024 21:44:37 +0000 (14:44 -0700)
committerMartin Matuska <martin@matuska.de>
Sun, 7 Apr 2024 21:45:21 +0000 (23:45 +0200)
commit771f434c90b6530a48353e70c6a53308689044f9
tree452989b5b89325ae8b3ae6ea3bef3ec1cdbb7972
parentbbc74679cdec37046ea1a16292dbf446821bb2c7
build: use standard HAVE_ pattern for ZSTD compression check (#2111)

Follow-on to #1649: this just changes the name of the preprocessor macro
to use the standard pattern HAVE_<function name>

In particular: newer ZSTD implementations have a growing variety of
compression functions; the standard pattern will make it easier to
select among those someday.
CMakeLists.txt
build/cmake/config.h.in
configure.ac
libarchive/archive_write_add_filter_zstd.c
libarchive/test/test_write_filter_zstd.c