$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83957 - trunk/boost/config/stdlib
From: john_at_[hidden]
Date: 2013-04-18 12:14:29
Author: johnmaddock
Date: 2013-04-18 12:14:28 EDT (Thu, 18 Apr 2013)
New Revision: 83957
URL: http://svn.boost.org/trac/boost/changeset/83957
Log:
Apply patch from #8401.
Fixes #8401.
Text files modified: 
   trunk/boost/config/stdlib/libstdcpp3.hpp |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/stdlib/libstdcpp3.hpp
==============================================================================
--- trunk/boost/config/stdlib/libstdcpp3.hpp	(original)
+++ trunk/boost/config/stdlib/libstdcpp3.hpp	2013-04-18 12:14:28 EDT (Thu, 18 Apr 2013)
@@ -35,7 +35,8 @@
 #  if defined(_GLIBCXX_HAVE_GTHR_DEFAULT) \
         || defined(_GLIBCXX__PTHREADS) \
         || defined(_GLIBCXX_HAS_GTHREADS) \
-        || defined(_WIN32)
+        || defined(_WIN32) \
+        || defined(_AIX)
       //
       // If the std lib has thread support turned on, then turn it on in Boost
       // as well.  We do this because some gcc-3.4 std lib headers define _REENTANT