]> git.lyx.org Git - features.git/commitdiff
make gcc33 compile without nagging stuff from boost
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 17 Jun 2003 21:27:35 +0000 (21:27 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 17 Jun 2003 21:27:35 +0000 (21:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7184 a592a061-630c-0410-9148-cb99ea01b6c8

boost/boost/config/compiler/gcc.hpp

index 773fa17061f6181f71cc62a4595801f7e6e2a665..168ee9c548bb925b41a0d25d131240f9c9015083 100644 (file)
@@ -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