From a58139bc5ac7fadb345afb223480c55b2dc48e5d Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 13:04:36 -0700 Subject: Bump to 1.58.0 Change-Id: I4e995274977bc86779ba1d39848bc087054a197c Signed-off-by: MyoungJune Park --- boost/config/compiler/gcc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boost/config/compiler/gcc.hpp') 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 -- cgit v1.2.3