$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78451 - trunk/libs/thread/build
From: vicente.botet_at_[hidden]
Date: 2012-05-13 04:46:45
Author: viboes
Date: 2012-05-13 04:46:43 EDT (Sun, 13 May 2012)
New Revision: 78451
URL: http://svn.boost.org/trac/boost/changeset/78451
Log:
Thread: link with Boost.Chrono for vacpp-11.1
Text files modified: 
   trunk/libs/thread/build/Jamfile.v2 |     5 +++--                                   
   1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2	(original)
+++ trunk/libs/thread/build/Jamfile.v2	2012-05-13 04:46:43 EDT (Sun, 13 May 2012)
@@ -203,7 +203,8 @@
             # in that case?
         }
     }
-    if ! <toolset>vacpp in $(properties)
+
+    if ! <toolset>vacpp in $(properties) || <toolset-vacpp:version>11.1 in $(properties)
     {
       result += <library>/boost/chrono//boost_chrono ;
     } 
@@ -231,7 +232,7 @@
             }
         }
     }
-    if ! <toolset>vacpp in $(properties)
+    if ! <toolset>vacpp in $(properties) || <toolset-vacpp:version>11.1 in $(properties)
     {
       result += <library>/boost/chrono//boost_chrono ;
     }