Advertisement
Guest User

Untitled

a guest
May 11th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.71 KB | None | 0 0
  1. diff -ruN mzR.old/src/boost/config/stdlib/libstdcpp3.hpp mzR/src/boost/config/stdlib/libstdcpp3.hpp
  2. --- mzR.old/src/boost/config/stdlib/libstdcpp3.hpp      2012-03-13 21:08:34.000000000 +0100
  3. +++ mzR/src/boost/config/stdlib/libstdcpp3.hpp  2012-05-11 14:52:48.130021176 +0200
  4. @@ -31,7 +31,9 @@
  5.  
  6.  #ifdef __GLIBCXX__ // gcc 3.4 and greater:
  7.  #  if defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \
  8. -        || defined(_GLIBCXX__PTHREADS)
  9. +        || defined(_GLIBCXX__PTHREADS) \
  10. +        || defined(_GLIBCXX_HAS_GTHREADS) \
  11. +        || defined(_WIN32)
  12.        //
  13.        // If the std lib has thread support turned on, then turn it on in Boost
  14.        // as well.  We do this because some gcc-3.4 std lib headers define _REENTANT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement