summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 13:04:36 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-08-26 08:27:18 -0400
commit9a72dbeb93924fc520c1c7ec4bbd906de6474fef (patch)
tree57f77c612394875111af30441eccc24db72d920f
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-9a72dbeb93924fc520c1c7ec4bbd906de6474fef.tar.gz
boost-9a72dbeb93924fc520c1c7ec4bbd906de6474fef.tar.bz2
boost-9a72dbeb93924fc520c1c7ec4bbd906de6474fef.zip
thread
-rw-r--r--boost/config/compiler/gcc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/config/compiler/gcc.hpp b/boost/config/compiler/gcc.hpp
index f42fd790ca..0ca5867e82 100644
--- a/boost/config/compiler/gcc.hpp
+++ b/boost/config/compiler/gcc.hpp
@@ -95,7 +95,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