diff options
author | Guido van Rossum <guido@python.org> | 1996-08-01 00:56:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-01 00:56:03 (GMT) |
commit | 9e43ae477022020b72382a90becd35f7dbdd64c4 (patch) | |
tree | 1147b88aa614e9b54d984f03863d265e5e86fc7e | |
parent | 9caf77a48567af7ac8ea437824aa9609366f460a (diff) | |
download | cpython-9e43ae477022020b72382a90becd35f7dbdd64c4.zip cpython-9e43ae477022020b72382a90becd35f7dbdd64c4.tar.gz cpython-9e43ae477022020b72382a90becd35f7dbdd64c4.tar.bz2 |
Use Tcl/Tk 7.5/4.1 by default.
-rw-r--r-- | Modules/Setup.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 69ebd3b..0e7634d 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -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 |