$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76283 - trunk/libs/thread/build
From: vicente.botet_at_[hidden]
Date: 2012-01-02 17:08:03
Author: viboes
Date: 2012-01-02 17:08:02 EST (Mon, 02 Jan 2012)
New Revision: 76283
URL: http://svn.boost.org/trac/boost/changeset/76283
Log:
Thread: protect of threading=single by forcing threading=multi
Text files modified: 
   trunk/libs/thread/build/Jamfile.v2 |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2	(original)
+++ trunk/libs/thread/build/Jamfile.v2	2012-01-02 17:08:02 EST (Mon, 02 Jan 2012)
@@ -44,7 +44,7 @@
       -<tag>@$(BOOST_JAMROOT_MODULE)%$(BOOST_JAMROOT_MODULE).tag
       <tag>@$(__name__).tag
       <toolset>gcc:<cxxflags>-Wno-long-long
-    : default-build <threading>multi
+    # : default-build <threading>multi
     ;
 
 local rule default_threadapi ( )