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

Add missing semicolon

[SVN r37054]
This commit is contained in:
Dave Abrahams
2007-02-24 20:22:54 +00:00
parent 843105bbc4
commit 656d7c36e1

View File

@@ -250,7 +250,7 @@ if ! [ feature.values <toolset> ]
ECHO "warning: Configuring default toolset" \"$(default-toolset)\". ;
ECHO "warning: If the default is wrong, you may not be able to build C++ programs." ;
ECHO "warning: Use the \"--toolset=xxxxx\" option to override our guess." ;
ECHO "warning: For more configuration options, please consult"
ECHO "warning: For more configuration options, please consult" ;
ECHO "warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html" ;