diff --git a/checks/config.jam b/checks/config.jam index c5adfe7b..a19dd385 100644 --- a/checks/config.jam +++ b/checks/config.jam @@ -12,9 +12,7 @@ rule requires ( names + ) local result ; for name in $(names) { - local msg = "Boost.Config Feature Check: " ; - msg += $(name) ; - result += [ check-target-builds $(config-binding:D)//$(name) $(msg:J=) : : no ] ; + result += [ check-target-builds $(config-binding:D)//$(name) $(name) : : no ] ; } return $(result) ; }