]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
configure: Update libzstd to 1.4.3 (#458)
authorHarsh Shandilya <msfjarvis@gmail.com>
Thu, 5 Sep 2019 19:05:10 +0000 (00:35 +0530)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Sep 2019 19:05:10 +0000 (21:05 +0200)
Confirmed that all tests pass on Linux x86_64.

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
configure.ac

index 46805ef8e5587280aa16b122a4f67655003bab49..514fe9a48919335e1572d57a2c62abda6a5e0507 100644 (file)
@@ -124,7 +124,7 @@ dnl Check if -lm is needed.
 AC_SEARCH_LIBS(cos, m)
 
 dnl Check for libzstd
-zstd_version=1.4.2
+zstd_version=1.4.3
 zstd_url=https://github.com/facebook/zstd/releases/download/v${zstd_version}/zstd-${zstd_version}.tar.gz
 
 AC_ARG_WITH(libzstd-from-internet,