--- ../iostream/libs/io/build/compression.jam Fri Jun 25 08:20:04 2004 +++ libs/io/build/compression.jam Sun Aug 29 23:29:24 2004 @@ -12,14 +12,14 @@ template zlib-options : # build requirements [ cond $(ZLIB_DYN_LINK) : ZLIB_DLL=1 ] [ cond $(ZLIB_PATH) : $(ZLIB_PATH) ] - [ cond $(ZLIB_BINARY) : $(ZLIB_BINARY) : "zlib" ] + [ cond $(ZLIB_BINARY) : $(ZLIB_BINARY) : "z" ] ; template bzip-options : # sources : # build requirements [ cond $(LIBBZ2_PATH) : $(LIBBZ2_PATH) ] - [ cond $(LIBBZ2_BINARY) : $(LIBBZ2_BINARY) : "libbz2" ] + [ cond $(LIBBZ2_BINARY) : $(LIBBZ2_BINARY) : "bz2" ] ; template compression-options