From 692bf18e5a99233b1cd3f7e8d4aadbf04a54b856 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 2 Jul 2004 06:46:30 +0000 Subject: [PATCH] Do not validate feature in conditions. [SVN r23314] --- v2/build/property.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/build/property.jam b/v2/build/property.jam index 9dbc89ba2..83989d4f4 100644 --- a/v2/build/property.jam +++ b/v2/build/property.jam @@ -137,7 +137,8 @@ rule expand-subfeatures-in-conditions ( properties * ) local e ; for local c in $(condition) { - if [ MATCH "^(|)" : $(c:G) ] + if [ MATCH "^(|)" : $(c:G) ] || + [ MATCH "^()" : $(c:G) ] { # It common that condition includes a toolset which # was never defined, or mentiones subfeatures which