From: hartmann Date: Tue, 17 Feb 2004 12:00:48 +0000 (+0000) Subject: Recognize newer gccs as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=595626a2ecb5bf56074ecae1671c7359aee7a98e;p=dealii-svn.git Recognize newer gccs as well. git-svn-id: https://svn.dealii.org/trunk@8478 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/boost/include/boost/config/compiler/gcc.hpp b/deal.II/contrib/boost/include/boost/config/compiler/gcc.hpp index 5c8e231cde..43721c67a1 100644 --- a/deal.II/contrib/boost/include/boost/config/compiler/gcc.hpp +++ b/deal.II/contrib/boost/include/boost/config/compiler/gcc.hpp @@ -73,8 +73,8 @@ # error "Compiler not configured - please reconfigure" #endif // -// last known and checked version is 3.3: -#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3)) +// last known and checked version is 3.4: +#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 4)) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else