From a1e44975a72b46d814756add8b5468b0c9074fe1 Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Fri, 19 Oct 2018 17:01:54 +0200 Subject: Fix #698 --- c/common/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/common/platform.h b/c/common/platform.h index 93db089..84c448c 100755 --- a/c/common/platform.h +++ b/c/common/platform.h @@ -71,7 +71,7 @@ OR: */ #if BROTLI_GNUC_HAS_BUILTIN(__builtin_expect, 3, 0, 0) || \ BROTLI_INTEL_VERSION_CHECK(16, 0, 0) || \ - BROTLI_SUNPRO_VERSION_CHECK(5, 12, 0) || \ + BROTLI_SUNPRO_VERSION_CHECK(5, 15, 0) || \ BROTLI_ARM_VERSION_CHECK(4, 1, 0) || \ BROTLI_IBM_VERSION_CHECK(10, 1, 0) || \ BROTLI_TI_VERSION_CHECK(7, 3, 0) || \ -- cgit v1.1