From 6f7b8b94d5ef5332fe643fe4cb72075d240b53a0 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 8 Jun 2006 05:14:37 +0000 Subject: [PATCH] Merge from trunk [SVN r34232] --- v2/build-system.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/build-system.jam b/v2/build-system.jam index 96ffbd5e1..c0747ff4b 100755 --- a/v2/build-system.jam +++ b/v2/build-system.jam @@ -153,7 +153,8 @@ if ! [ feature.values ] { ECHO "warning: no toolsets are configured." ; ECHO "warning: you won't be able to build C++ programs." ; - ECHO "warning: please consult the documentation." ; + ECHO "warning: please consult the documentation at" ; + ECHO "warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" ; ECHO ; }