1 --- src/bltInit.c.orig 2008-03-17 18:42:09.000000000 -0700
2 +++ src/bltInit.c 2008-03-17 18:43:05.000000000 -0700
4 * Check that the versions of Tcl that have been loaded are
5 * the same ones that BLT was compiled against.
7 - if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, EXACT) == NULL) {
8 + if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
11 /* Set the "blt_version", "blt_patchLevel", and "blt_libPath" Tcl