Răsfoiți Sursa

Check if value of NO_COMPRESSION/NO_ZLIB is 0 or 1.

Originally, only presence of these variables was checked.
Unfortunately, iostreams documentation said, incorrectly, 
that NO_ZLIB and NO_BZIP2 default to 1 on Windows, which
caused some users to pass NO_ZLIB=0 explicitly, together 
with other variables,thereby still disabling zlib.

This match makes Jamfile forgiving of this error.

Fixes #1967.


[SVN r52168]
Vladimir Prus 17 ani în urmă
părinte
comite
3e0839f390
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      libs/iostreams

+ 1 - 1
libs/iostreams

@@ -1 +1 @@
-Subproject commit 81bc2bfb2520a192ffc900c3ecac8baecbea5aaa
+Subproject commit 5841d3657983bb00f1a3998a69183bc484d78a7f

粤ICP备19079148号