2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

When reporting that now toolsets are configured, mention the URL.

[SVN r34231]
This commit is contained in:
Vladimir Prus
2006-06-08 05:14:02 +00:00
parent 84afe1a5f4
commit 2d7da04038

View File

@@ -153,7 +153,8 @@ if ! [ feature.values <toolset> ]
{
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 ;
}