]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Recognize newer gccs as well.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2003 00:11:19 +0000 (00:11 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2003 00:11:19 +0000 (00:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@7108 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/boost/include/boost_local/config/compiler/gcc.hpp

index f8dc97f7036a0963a895985052b693f5565e5710..aed95465c9c4b52cfd1e46e61f709b96195b6116 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.