From 2e53685309a8dc8f24a156f6b5dc7d734ffaf7ac Mon Sep 17 00:00:00 2001 From: Andi Idogawa Date: Sat, 14 Mar 2026 00:06:47 +0100 Subject: [PATCH] remove wrong version warner in extconf.rb --- ext/tk/extconf.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb index de865395..0c834d87 100644 --- a/ext/tk/extconf.rb +++ b/ext/tk/extconf.rb @@ -2096,5 +2096,4 @@ def pthread_check() else puts "\nCan't find proper Tcl/Tk libraries. So, can't make tcltklib.so which is required by Ruby/Tk." puts "If you have Tcl/Tk libraries on your environment, you may be able to use them with configure options (see ext/tk/README.tcltklib)." - puts "At present, Tcl/Tk8.6 is not supported. Although you can try to use Tcl/Tk8.6 with configure options, it will not work correctly. I recommend you to use Tcl/Tk8.5 or 8.4." end