--- gcc.hpp 2013-05-15 19:39:32.803568526 -0400 +++ /usr/include/smbios/config/compiler/gcc.hpp 2013-05-15 19:39:37.378568603 -0400 @@ -113,7 +113,7 @@ # error "Compiler not configured - please reconfigure" #endif // -#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 7)) +#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 8)) # if defined(LIBSMBIOS_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else