From: Lars Gullik Bjønnes Date: Tue, 17 Jun 2003 21:27:35 +0000 (+0000) Subject: make gcc33 compile without nagging stuff from boost X-Git-Tag: 1.6.10~16618 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=119f236cb11f2d1025a21c9d4f5df6ae8a018f57;p=features.git make gcc33 compile without nagging stuff from boost git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7184 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/boost/boost/config/compiler/gcc.hpp b/boost/boost/config/compiler/gcc.hpp index 773fa17061..168ee9c548 100644 --- a/boost/boost/config/compiler/gcc.hpp +++ b/boost/boost/config/compiler/gcc.hpp @@ -35,7 +35,7 @@ // #if !defined(__MINGW32__) || defined(_MT) # define BOOST_HAS_THREADS -#endif +#endif // // gcc has "long long" @@ -59,7 +59,7 @@ #endif // // last known and checked version is 3.2: -#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 2)) +#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3)) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else