summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-07-06 10:48:28 (GMT)
committerThomas Wouters <thomas@python.org>2006-07-06 10:48:28 (GMT)
commitfc34f6c3f795be0b8d409e26976b1f2c464c7ac0 (patch)
tree33bb86adbcec146b2c826cec88ec805d477a13d5 /Misc
parentf8752642785f795708ad6cc38ff307bdc2fa63e0 (diff)
downloadcpython-fc34f6c3f795be0b8d409e26976b1f2c464c7ac0.zip
cpython-fc34f6c3f795be0b8d409e26976b1f2c464c7ac0.tar.gz
cpython-fc34f6c3f795be0b8d409e26976b1f2c464c7ac0.tar.bz2
NEWS entry for r47267: fixing configure's zlib probing.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a3e01ea..df38071 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.