addac91417
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=398ef060d61d6b2e43b5b8bd8cab6855
14 lines
550 B
Diff
14 lines
550 B
Diff
Index: boost/config/compiler/gcc.hpp
|
|
===================================================================
|
|
--- boost/config/compiler/gcc.hpp.orig 2009-10-13 14:56:44.000000000 +0200
|
|
+++ boost/config/compiler/gcc.hpp 2010-03-24 14:11:51.188512556 +0100
|
|
@@ -79,7 +79,7 @@
|
|
// those platforms where we can know for sure). It will get turned off again
|
|
// later if no threading API is detected.
|
|
//
|
|
-#if !defined(__MINGW32__) && !defined(linux) && !defined(__linux) && !defined(__linux__)
|
|
+#if !defined(__MINGW32__)
|
|
# define BOOST_HAS_THREADS
|
|
#endif
|
|
|