$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50660 - sandbox/math_toolkit/libs/math
From: john_at_[hidden]
Date: 2009-01-18 05:25:58
Author: johnmaddock
Date: 2009-01-18 05:25:57 EST (Sun, 18 Jan 2009)
New Revision: 50660
URL: http://svn.boost.org/trac/boost/changeset/50660
Log:
Fix bug.
Text files modified:
sandbox/math_toolkit/libs/math/project-root.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/libs/math/project-root.jam
==============================================================================
--- sandbox/math_toolkit/libs/math/project-root.jam (original)
+++ sandbox/math_toolkit/libs/math/project-root.jam 2009-01-18 05:25:57 EST (Sun, 18 Jan 2009)
@@ -15,7 +15,7 @@
import modules ;
import path ;
-local boost-root = [ modules.peek : BOOST_ROOT ] ;
+boost-root = [ modules.peek : BOOST_ROOT ] ;
local math-header-include = $(top)/../.. ;
if ! $(boost-root)