]> granicus.if.org Git - python/commitdiff
NEWS entry for r47267: fixing configure's zlib probing.
authorThomas Wouters <thomas@python.org>
Thu, 6 Jul 2006 10:48:28 +0000 (10:48 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 6 Jul 2006 10:48:28 +0000 (10:48 +0000)
Misc/NEWS

index a3e01ea1abcc72d4ecb48e14e4ab667de16266a6..df3807163c893f614d13f7401ec52357e680cd76 100644 (file)
--- 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.