diff --git a/v2/tools/boostbook-config.jam b/v2/tools/boostbook-config.jam index b1d1d8137..6ff5671ae 100644 --- a/v2/tools/boostbook-config.jam +++ b/v2/tools/boostbook-config.jam @@ -13,7 +13,7 @@ local boostbook-path = [ modules.peek : BOOSTBOOK_DIR ] ; if [ os.name ] = NT { local boost-dir = ; - for local R in cvs 1.33.0 + for local R in snapshot cvs 1.33.0 { boost-dir += [ W32_GETREG "HKEY_LOCAL_MACHINE\\SOFTWARE\\Boost.org\\$(R)" diff --git a/v2/tools/quickbook-config.jam b/v2/tools/quickbook-config.jam index d986ba491..e983a78a8 100644 --- a/v2/tools/quickbook-config.jam +++ b/v2/tools/quickbook-config.jam @@ -10,7 +10,7 @@ import toolset : using ; if [ os.name ] = NT { local boost-dir = ; - for local R in cvs 1.33.0 + for local R in snapshot cvs 1.33.0 { boost-dir += [ W32_GETREG "HKEY_LOCAL_MACHINE\\SOFTWARE\\Boost.org\\$(R)"