From: Harsh Shandilya Date: Thu, 5 Sep 2019 19:05:10 +0000 (+0530) Subject: configure: Update libzstd to 1.4.3 (#458) X-Git-Tag: v4.0~822 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1a04ad8c6abab014772124c1db2e66599a9c7b8;p=thirdparty%2Fccache.git configure: Update libzstd to 1.4.3 (#458) Confirmed that all tests pass on Linux x86_64. Signed-off-by: Harsh Shandilya --- diff --git a/configure.ac b/configure.ac index 46805ef8e..514fe9a48 100644 --- a/configure.ac +++ b/configure.ac @@ -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,