|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55697 - in branches/release/libs/graph_parallel: . build
From: ghost_at_[hidden]
Date: 2009-08-21 08:46:01
Author: vladimir_prus
Date: 2009-08-21 08:46:00 EDT (Fri, 21 Aug 2009)
New Revision: 55697
URL: http://svn.boost.org/trac/boost/changeset/55697
Log:
Merge: Fix type in 'user-config.jam' in diagnostic message
Properties modified:
branches/release/libs/graph_parallel/ (props changed)
Text files modified:
branches/release/libs/graph_parallel/build/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/graph_parallel/build/Jamfile.v2
==============================================================================
--- branches/release/libs/graph_parallel/build/Jamfile.v2 (original)
+++ branches/release/libs/graph_parallel/build/Jamfile.v2 2009-08-21 08:46:00 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