From fc34f6c3f795be0b8d409e26976b1f2c464c7ac0 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Thu, 6 Jul 2006 10:48:28 +0000 Subject: NEWS entry for r47267: fixing configure's zlib probing. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v0.12