$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2007-09-14 04:54:32
Author: johnmaddock
Date: 2007-09-14 04:54:31 EDT (Fri, 14 Sep 2007)
New Revision: 39258
URL: http://svn.boost.org/trac/boost/changeset/39258
Log:
Apply sunpro fix from 1.34.1
Text files modified: 
   trunk/libs/tr1/test/Jamfile.v2 |     3 +++                                     
   1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/libs/tr1/test/Jamfile.v2
==============================================================================
--- trunk/libs/tr1/test/Jamfile.v2	(original)
+++ trunk/libs/tr1/test/Jamfile.v2	2007-09-14 04:54:31 EDT (Fri, 14 Sep 2007)
@@ -11,6 +11,8 @@
     <include>$(BOOST_ROOT)/boost/tr1/tr1 
     # Borland's broken include mechanism needs these extra headers:
     <toolset>borland:<include>$(BOOST_ROOT)/boost/tr1/tr1/bcc32 
+    # Sunpro's broken include mechanism needs these extra headers:
+    <include>$(BOOST_ROOT)/boost/tr1/tr1/sun 
     ;
 
 
@@ -85,3 +87,4 @@
 
 
 
+