20 lines
651 B
Diff
20 lines
651 B
Diff
|
*** boost/config/compiler/gcc.hpp.orig 2005-03-15 22:34:33.881774946 -0600
|
||
|
--- boost/config/compiler/gcc.hpp 2005-03-15 22:33:35.247609622 -0600
|
||
|
***************
|
||
|
*** 59,65 ****
|
||
|
// 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__)
|
||
|
# define BOOST_HAS_THREADS
|
||
|
#endif
|
||
|
|
||
|
--- 59,65 ----
|
||
|
// those platforms where we can know for sure). It will get turned off again
|
||
|
// later if no threading API is detected.
|
||
|
//
|
||
|
! #if !defined(__MINGW32__)
|
||
|
# define BOOST_HAS_THREADS
|
||
|
#endif
|
||
|
|