Updated version check to gcc3.4

[SVN r21495]
This commit is contained in:
John Maddock
2004-01-05 12:05:07 +00:00
parent ca04d5e1eb
commit e3b7e9034b

View File

@@ -84,8 +84,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