]> granicus.if.org Git - pdns/commitdiff
Revert one of changed files
authorMatus Kysel <mkysel@sygic.com>
Fri, 6 Oct 2017 12:12:26 +0000 (14:12 +0200)
committerMatus Kysel <mkysel@sygic.com>
Fri, 6 Oct 2017 12:12:26 +0000 (14:12 +0200)
pdns/test-dns_random_hh.cc

index dfa77ef20f37105f9e6b23357c27cb4b9188e970..1dda1ade7d26f34384912f5f9174c8414de3603a 100644 (file)
@@ -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"