summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-08-26 01:44:07 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-08-26 01:44:07 (GMT)
commitcc8a4f6563395e39d77da9888d0ea3675214ca64 (patch)
treebc987a4797da09ab0e1bffbf2975e27c77211310 /Misc
parent71f55af826481576ffa75f9dc0771e20ab7c1187 (diff)
downloadcpython-cc8a4f6563395e39d77da9888d0ea3675214ca64.zip
cpython-cc8a4f6563395e39d77da9888d0ea3675214ca64.tar.gz
cpython-cc8a4f6563395e39d77da9888d0ea3675214ca64.tar.bz2
When building with --disable-toolbox-glue under Darwin, skip building any
Mac-specific modules. Before all modules were compiled but would fail thanks to a dependence on the code included when Python was built without the compiler flag. Closes bug #991962.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd5ba68..c7478d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,6 +139,9 @@ Tools/Demos
Build
-----
+- bug #991962: When building with --disable-toolbox-glue on Darwin no
+ attempt to build Mac-specific modules occurs.
+
- The --with-tsc flag to configure to enable VM profiling with the
processor's timestamp counter now works on PPC platforms.