From: wolf Date: Mon, 17 Feb 2003 00:11:19 +0000 (+0000) Subject: Recognize newer gccs as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc6a20c14147ffbd1e59342456885cdf6060c503;p=dealii-svn.git Recognize newer gccs as well. git-svn-id: https://svn.dealii.org/trunk@7108 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/boost/include/boost_local/config/compiler/gcc.hpp b/deal.II/contrib/boost/include/boost_local/config/compiler/gcc.hpp index f8dc97f703..aed95465c9 100644 --- a/deal.II/contrib/boost/include/boost_local/config/compiler/gcc.hpp +++ b/deal.II/contrib/boost/include/boost_local/config/compiler/gcc.hpp @@ -49,8 +49,8 @@ # error "Compiler not configured - please reconfigure" #endif // -// last known and checked version is 3.2: -#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 2)) +// 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