Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55696 - trunk/libs/graph_parallel/build
From: ghost_at_[hidden]
Date: 2009-08-21 08:44:17


Author: vladimir_prus
Date: 2009-08-21 08:44:17 EDT (Fri, 21 Aug 2009)
New Revision: 55696
URL: http://svn.boost.org/trac/boost/changeset/55696

Log:
Fix type in 'user-config.jam' in diagnostic message
Text files modified:
   trunk/libs/graph_parallel/build/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph_parallel/build/Jamfile.v2
==============================================================================
--- trunk/libs/graph_parallel/build/Jamfile.v2 (original)
+++ trunk/libs/graph_parallel/build/Jamfile.v2 2009-08-21 08:44:17 EDT (Fri, 21 Aug 2009)
@@ -45,7 +45,7 @@
 {
   message boost_graph_parallel
       : "warning: Graph library does not contain MPI-based parallel components."
- : "note: to enable them, add \"using mpi ;\" to your user_config.jam"
+ : "note: to enable them, add \"using mpi ;\" to your user-config.jam"
       ;
 }
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk