summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 13:04:36 -0700
committerChanho Park <chanho61.park@samsung.com>2014-12-11 19:00:15 +0900
commit4b7d643389d1458ea53c7c08b17650a3889880f2 (patch)
tree289bdc0a042ff731bc4e1e11bf1193147434d69d
parent08c1e93fa36a49f49325a07fe91ff92c964c2b6c (diff)
downloadboost-4b7d643389d1458ea53c7c08b17650a3889880f2.tar.gz
boost-4b7d643389d1458ea53c7c08b17650a3889880f2.tar.bz2
boost-4b7d643389d1458ea53c7c08b17650a3889880f2.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 41705df039..e91e31e21a 100644
--- a/boost/config/compiler/gcc.hpp
+++ b/boost/config/compiler/gcc.hpp
@@ -73,7 +73,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