summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
authorSteven Watanabe <steven@providere-consulting.com>2011-11-30 20:58:01 +0000
committerSteven Watanabe <steven@providere-consulting.com>2011-11-30 20:58:01 +0000
commitda6d0e253d505202132f4719d68a2be5c63aca08 (patch)
treec48680ae38ee05d429c50e69036efd5b10220f7c /boostcpp.jam
parente68be04968ac7ae35ab61c91c75a0ac0dca12633 (diff)
downloadboost-da6d0e253d505202132f4719d68a2be5c63aca08.tar.gz
Merge 75733 from the trunk.
[SVN r75758]
Diffstat (limited to 'boostcpp.jam')
-rw-r--r--boostcpp.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/boostcpp.jam b/boostcpp.jam
index 330a974d95..db7360dd97 100644
--- a/boostcpp.jam
+++ b/boostcpp.jam
@@ -80,7 +80,7 @@ if $(layout) = system && $(build-type) = complete
ECHO "error: Cannot use --layout=system with --build-type complete." ;
ECHO "error: Please used either --layout=versioned or --layout=tagged " ;
ECHO "error: if you wish to build multiple variants." ;
- if ! [ os.name ] = NT
+ if [ os.name ] != NT
{
ECHO "error: Note that --layout=system is default on Unix starting with Boost 1.40." ;
}