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