summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-06-08 21:22:57 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-06-08 21:22:57 (GMT)
commit99aab651136f1101e278edda8b751b5f8e9f2cac (patch)
tree480e3cf231e30004aad79e5b0aa2806cbd624141 /Misc
parent0d2cceb01ca2d285aafcf92ad6a9dfcc61f4d722 (diff)
downloadcpython-99aab651136f1101e278edda8b751b5f8e9f2cac.zip
cpython-99aab651136f1101e278edda8b751b5f8e9f2cac.tar.gz
cpython-99aab651136f1101e278edda8b751b5f8e9f2cac.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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f2179f..1aa84d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,10 @@ Build
- Issue #6154: Make sure the intl library is added to LIBS if needed. Also
added LIBS to OS X framework builds.
+- Issue #5809: Specifying both --enable-framework and --enable-shared is
+ an error. Configure now explicity tells you about this.
+
+
What's New in Python 3.1 release candidate 1?
=============================================