summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMartin Matuška <martin@matuska.org>2022-01-03 11:39:15 +0100
committerGitHub <noreply@github.com>2022-01-03 11:39:15 +0100
commite374fbac9b62d35d8e4f3c32dd588a5040eacafe (patch)
tree95d348ad3168e86f58e08753f50b850490e96a5d /build
parent34462ad61f9c5aa1d2b22ea9b74b508bb8b1441e (diff)
parent406165fcb2a1b3a49983d9e68fcbee9d3640fbea (diff)
downloadlibarchive-e374fbac9b62d35d8e4f3c32dd588a5040eacafe.tar.gz
Merge pull request #1649 from petris/master
Support libzstd compiled with compressor disabled
Diffstat (limited to 'build')
-rw-r--r--build/cmake/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index 37fc7cfa..b7f8db7a 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -738,6 +738,10 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `zstd' library (-lzstd). */
#cmakedefine HAVE_LIBZSTD 1
+/* Define to 1 if you have the `zstd' library (-lzstd) with compression
+ support. */
+#cmakedefine HAVE_LIBZSTD_COMPRESSOR 1
+
/* Define to 1 if you have the <limits.h> header file. */
#cmakedefine HAVE_LIMITS_H 1