]> granicus.if.org Git - python/commitdiff
Build against system Tcl framework.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 19 Dec 2008 15:05:38 +0000 (15:05 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 19 Dec 2008 15:05:38 +0000 (15:05 +0000)
Mac/BuildScript/build-installer.py
Misc/NEWS

index 8bfa0686ba5ae001d9cf27003f9709a4e576941a..fcd97cd3ed3b681e098a510dc4b619d52edfb14c 100755 (executable)
@@ -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.
index f8c2a59ec04c4b0e4b70603380c2e015c8b459aa..a288d5fc5ec6252f019b982b693633d71104a58c 100644 (file)
--- 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?
 =============================