--- Makefile.PL.orig	Wed Jan 12 18:39:23 2005
+++ Makefile.PL	Sat Jun 24 17:40:19 2006
@@ -23,18 +23,6 @@
     $tclsh = $ENV{'TCLSH_PROG'};
 }
 
-open TCLSH, "$tclsh test-for-tk.tcl|";
-my $res = join '', <TCLSH>;
-
-unless ($res =~ /^ok/m) {
-  die <<EOS;
-
-Your Tcl installation ($tclsh) fails to find Tk package.
-One of possible reasons is missing file 'pkgIndex.tcl' in ..../tk8.4/
-directory; Please check if you can feed 'package require Tk' to tclsh
-EOS
-}
-
 WriteMakefile(
     NAME => "Tcl::Tk",
     VERSION_FROM => 'lib/Tcl/Tk.pm',
