]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/config/checks/config.jam
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / config / checks / config.jam
index c5adfe7b74833272fca560b13f07df840eb4bfde..a19dd3851e1447fb4437338faa58f192848b4f3b 100644 (file)
@@ -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=) : : <build>no ] ;
+      result += [ check-target-builds $(config-binding:D)//$(name) $(name) : : <build>no ] ;
    }
    return $(result) ;
 }