$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52377 - branches/release/libs/iostreams/build
From: ghost_at_[hidden]
Date: 2009-04-14 04:26:03
Author: vladimir_prus
Date: 2009-04-14 04:26:01 EDT (Tue, 14 Apr 2009)
New Revision: 52377
URL: http://svn.boost.org/trac/boost/changeset/52377
Log:
Merge from trunk
Text files modified: 
   branches/release/libs/iostreams/build/Jamfile.v2 |    18 +++++++++++++++++-                      
   1 files changed, 17 insertions(+), 1 deletions(-)
Modified: branches/release/libs/iostreams/build/Jamfile.v2
==============================================================================
--- branches/release/libs/iostreams/build/Jamfile.v2	(original)
+++ branches/release/libs/iostreams/build/Jamfile.v2	2009-04-14 04:26:01 EDT (Tue, 14 Apr 2009)
@@ -55,7 +55,23 @@
         modules.poke : NO_$(LIB) : 1 ;
     }
     
-    if $(NO_COMPRESSION) || $(NO_$(LIB))
+    if $(NO_COMPRESSION)
+    {
+        if ! $(NO_COMPRESSION) in 0 1
+        {
+            ECHO "warning: NO_COMPRESSION should be either '0' or '1'" ;
+        }        
+    }
+    
+    if $(NO_$(LIB))
+    {
+        if ! $(NO_$(LIB)) in 0 1
+        {
+            ECHO "warning: NO_$(LIB) should be either '0' or '1'" ;
+        }        
+    }
+    
+    if  $(NO_COMPRESSION) = 1 || $(NO_$(LIB)) = 1
     {
         if $(debug)
         {