From: Martin v. Löwis Date: Fri, 19 Dec 2008 15:05:38 +0000 (+0000) Subject: Build against system Tcl framework. X-Git-Tag: v2.5.3~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e467f43373c9ee772f914d8120d258264af094cd;p=python Build against system Tcl framework. --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 8bfa0686ba..fcd97cd3ed 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -334,13 +334,6 @@ def checkEnvironment(): if os.path.exists('/opt/local'): fatal("Detected MacPorts, please remove before building Python") - if not os.path.exists('/Library/Frameworks/Tcl.framework') or \ - not os.path.exists('/Library/Frameworks/Tk.framework'): - - fatal("Please install a Universal Tcl/Tk framework in /Library from\n\thttp://tcltkaqua.sourceforge.net/") - - - def parseOptions(args = None): """ Parse arguments and update global settings. diff --git a/Misc/NEWS b/Misc/NEWS index f8c2a59ec0..a288d5fc5e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -14,6 +14,7 @@ Build ----- - In the OSX installer, update SQLite to 3.6.7, and change bsddb URL. + Build against system Tcl framework. What's New in Python 2.5.3c1? =============================