From bc6a20c14147ffbd1e59342456885cdf6060c503 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 17 Feb 2003 00:11:19 +0000 Subject: [PATCH] Recognize newer gccs as well. git-svn-id: https://svn.dealii.org/trunk@7108 0785d39b-7218-0410-832d-ea1e28bc413d --- .../contrib/boost/include/boost_local/config/compiler/gcc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5