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
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 15611a0..c0dee3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -578,6 +578,9 @@
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++.