Index: tools/build/v2/build/type.jam =================================================================== --- tools/build/v2/build/type.jam (revision 50523) +++ tools/build/v2/build/type.jam (working copy) @@ -117,7 +117,7 @@ { .type.$(s) = $(type) ; } - else if $(.type.$(s)) != type + else if $(.type.$(s)) != $(type) { errors.error Attempting to specify multiple types for suffix \"$(s)\" : "Old type $(.type.$(s)), New type $(type)" ;