Index: spirit-1.6.1.patch =================================================================== RCS file: /cvs/external/boost/spirit-1.6.1.patch,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -u -r1.4 -r1.4.4.1 --- spirit-1.6.1.patch 19 Jun 2006 13:10:30 -0000 1.4 +++ spirit-1.6.1.patch 29 Jun 2006 12:23:35 -0000 1.4.4.1 @@ -99,8 +99,8 @@ #endif // // last known and checked version is 3.2: -! // although 3.4 is unchecked, we will give it a try -! #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 4)) +! // although 3.4+x & 4.x are unchecked, we will give it a try +! #if (__GNUC__ > 4) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else