From: Matus Kysel Date: Fri, 6 Oct 2017 12:12:26 +0000 (+0200) Subject: Revert one of changed files X-Git-Tag: rec-4.1.0-rc2~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5775%2Fhead;p=thirdparty%2Fpdns.git Revert one of changed files --- 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"