summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-08-26 01:44:07 +0000
committerBrett Cannon <bcannon@gmail.com>2004-08-26 01:44:07 +0000
commit7543cfb5ba2a765bfb18f0edf010ff78ad4b6464 (patch)
treeaaba9136d09dd0c9afeaeb31f3823cf30b901e44 /Misc
parentc4841561b3d7f45c23aceef41470da5315bb055e (diff)
downloadcpython-7543cfb5ba2a765bfb18f0edf010ff78ad4b6464.tar.gz
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 fd5ba686fd..c7478d49ca 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.