Ticket #2030: feature.jam.diff

File feature.jam.diff, 560 bytes (added by Noel Belcourt, 14 years ago)
  • tools/build/v2/build/feature.jam

     
    454454
    455455        if $($(feature).subfeatures)
    456456        {
    457             values = [ regex.split $(value-string) - ] ;
     457            if ! ( $(value-string) in $($(feature).subfeatures) ) {
     458                values = [ regex.split $(value-string) - ] ;
     459            }
    458460        }
    459461
    460462        if ! ( $(values[1]) in $($(feature).values) ) &&