]> granicus.if.org Git - python/commitdiff
Use Tcl/Tk 7.5/4.1 by default.
authorGuido van Rossum <guido@python.org>
Thu, 1 Aug 1996 00:56:03 +0000 (00:56 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Aug 1996 00:56:03 +0000 (00:56 +0000)
Modules/Setup.in

index 69ebd3bbd3737173b6eba1abba20adf2368907d8..0e7634d43de396f4a220d91e8d83577c5c998e5b 100644 (file)
@@ -247,8 +247,8 @@ md5 md5module.c md5c.c
 # See the section "The Tk interface" in ../README for more info.
 
 # *** Use ONE of the following two lines, see previous comments ***
-#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
-#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
+#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11
+#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11
 
 # *** ALWAYS use this line as well ***
 #TKPATH=:$(DESTLIB)/tkinter