f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv--- setup.py.orig 2008-09-29 18:15:45.000000000 -0600
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv+++ setup.py 2008-11-30 23:13:09.000000000 -0700
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv@@ -1506,13 +1506,7 @@
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv def detect_tkinter(self, inc_dirs, lib_dirs):
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv # The _tkinter module.
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv- # Rather than complicate the code below, detecting and building
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv- # AquaTk is a separate method. Only one Tkinter will be built on
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv- # Darwin - either AquaTk, if it is found, or X11 based Tk.
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv- if (platform == 'darwin' and
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv- self.detect_tkinter_darwin(inc_dirs, lib_dirs)):
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv # Assume we haven't found any of the libraries or include files
f7b499d11542a2d5f93ba2d3c7c268e6d6d045bb~suv # The versions with dots are used on Unix, and the versions without