summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-06-08 21:19:36 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-06-08 21:19:36 (GMT)
commite6e62678d99c0ff9be665aed23861fb9af447d6a (patch)
treea1a8d96d906f15c3ab95bae3ea630380da677dde /Misc
parentda202881771d96ee38386688e297d9432b69f597 (diff)
downloadcpython-e6e62678d99c0ff9be665aed23861fb9af447d6a.zip
cpython-e6e62678d99c0ff9be665aed23861fb9af447d6a.tar.gz
cpython-e6e62678d99c0ff9be665aed23861fb9af447d6a.tar.bz2
Merged revisions 73305 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73305 | ronald.oussoren | 2009-06-08 14:12:41 -0700 (Mon, 08 Jun 2009) | 4 lines This is a fix for Issue5809: you shouldn't specify both --enable-framework and --enable-shared ........
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 15611a0..c0dee3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -578,6 +578,9 @@ Extension Modules
Build
-----
+- Issue 5809: Specifying both --enable-framework and --enable-shared is
+ an error. Configure now explicity tells you about this.
+
- Link the shared python library with $(MODLIBS).
- Issue #5134: Silence compiler warnings when compiling sqlite with VC++.