From 2d7da04038b0e4a14afe0ad80e7e4e20ca9b1e71 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 8 Jun 2006 05:14:02 +0000 Subject: [PATCH] When reporting that now toolsets are configured, mention the URL. [SVN r34231] --- src/build-system.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build-system.jam b/src/build-system.jam index 96ffbd5e1..c0747ff4b 100755 --- a/src/build-system.jam +++ b/src/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 ; }