From 9ac956e14939d473c380f5dab7121f23713937bb Mon Sep 17 00:00:00 2001 From: Matus Kysel Date: Fri, 6 Oct 2017 14:12:26 +0200 Subject: [PATCH] Revert one of changed files --- pdns/test-dns_random_hh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/test-dns_random_hh.cc b/pdns/test-dns_random_hh.cc index dfa77ef20f..1dda1ade7d 100644 --- a/pdns/test-dns_random_hh.cc +++ b/pdns/test-dns_random_hh.cc @@ -2,7 +2,7 @@ #define BOOST_TEST_NO_MAIN // Disable this code for gcc 4.8 and lower -#if (__GNUC__ == 4 && __GNUC_MINOR__ > 8) || !__GNUC__ +#if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ > 8) || !__GNUC__ #ifdef HAVE_CONFIG_H #include "config.h" -- 2.47.2