From: wolf Date: Wed, 18 Feb 2004 15:33:50 +0000 (+0000) Subject: Don't check for newer gccs at all... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de52b03836463d6808ff872b913ff0506538903b;p=dealii-svn.git Don't check for newer gccs at all... git-svn-id: https://svn.dealii.org/trunk@8479 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 43721c67a1..75b2e2cb5a 100644 --- a/deal.II/contrib/boost/include/boost/config/compiler/gcc.hpp +++ b/deal.II/contrib/boost/include/boost/config/compiler/gcc.hpp @@ -72,13 +72,4 @@ #if (__GNUC__ == 2) && (__GNUC_MINOR__ < 90) # error "Compiler not configured - please reconfigure" #endif -// -// 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 -# warning "Unknown compiler version - please run the configure tests and report the results" -# endif -#endif