Fix for issue #7724: make it possible to build using
the OSX 10.4u SDK on MacOSX 10.6 by honoring the specified
SDK when looking for files.
diff --git a/Misc/NEWS b/Misc/NEWS
index a29b767..e0519a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,9 @@
- Issue #3646: It is now easily possible to install a Python framework into
your home directory on MacOSX, see Mac/README for more information.
+- Issue #7724: Building now full honors an MacOSX SDK when specified, which
+ makes it possible do a working build with the OSX 10.4 SDK on MacOSX 10.6.
+
Misc
----