Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e43ae4

Browse files
committed
Use Tcl/Tk 7.5/4.1 by default.
1 parent 9caf77a commit 9e43ae4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Setup.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ md5 md5module.c md5c.c
247247
# See the section "The Tk interface" in ../README for more info.
248248

249249
# *** Use ONE of the following two lines, see previous comments ***
250-
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
251-
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11
250+
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11
251+
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11
252252

253253
# *** ALWAYS use this line as well ***
254254
#TKPATH=:$(DESTLIB)/tkinter

0 commit comments

Comments
 (0)