Ticket #6165: libstdcpp3.hpp.patch

File libstdcpp3.hpp.patch, 631 bytes (added by Ai Azuma <ai.azuma@…>, 11 years ago)
  • boost/config/stdlib/libstdcpp3.hpp

     
    3333
    3434#ifdef __GLIBCXX__ // gcc 3.4 and greater:
    3535#  if defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \
    36         || defined(_GLIBCXX__PTHREADS)
     36        || defined(_GLIBCXX__PTHREADS) \
     37        || defined(_GLIBCXX_HAS_GTHREADS)
    3738      //
    3839      // If the std lib has thread support turned on, then turn it on in Boost
    3940      // as well.  We do this because some gcc-3.4 std lib headers define _REENTANT