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 e311526..df6f5b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1005,6 +1005,9 @@
 Build
 -----
 
+- Issue 5809: Specifying both --enable-framework and --enable-shared is
+  an error. Configure now explicity tells you about this.
+
 - Issue #3585: Add pkg-config support. It creates a python-2.7.pc file
   and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by
   Clinton Roy.