NEWS entry for r47267: fixing configure's zlib probing.

This commit is contained in:
Thomas Wouters 2006-07-06 10:48:28 +00:00
parent f875264278
commit fc34f6c3f7
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ Extension Modules
Build
-----
- 'configure' now detects the zlib library the same way as distutils.
Previously, the slight difference could cause compilation errors of the
'zlib' module on systems with more than one version of zlib.
- The MSI compileall step was fixed to also support a TARGETDIR
with spaces in it.