From: Vsevolod Stakhov Date: Fri, 6 Apr 2018 15:24:55 +0000 (+0100) Subject: [Minor] Oops, fix macro condition X-Git-Tag: 1.7.3~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1453a30a4401a291cc236fa8db1d0ddd798024be;p=rspamd.git [Minor] Oops, fix macro condition --- diff --git a/src/libcryptobox/CMakeLists.txt b/src/libcryptobox/CMakeLists.txt index dbc49eba9..82a477a8a 100644 --- a/src/libcryptobox/CMakeLists.txt +++ b/src/libcryptobox/CMakeLists.txt @@ -72,7 +72,7 @@ IF("${ARCH}" STREQUAL "x86_64") #endif #ifndef __clang__ -#if __GNUC__ <= 5 && __GNUC_MINOR__ <= 0 +#if __GNUC__ < 6 #error Broken due to compiler bug #endif #endif