Michael Thomas 494fa48
--- src/bltInit.c.orig	2008-03-17 18:42:09.000000000 -0700
Michael Thomas 494fa48
+++ src/bltInit.c	2008-03-17 18:43:05.000000000 -0700
Michael Thomas 494fa48
@@ -415,7 +415,7 @@
Michael Thomas 494fa48
 	 * Check that the versions of Tcl that have been loaded are
Michael Thomas 494fa48
 	 * the same ones that BLT was compiled against.
Michael Thomas 494fa48
 	 */
Michael Thomas 494fa48
-	if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, EXACT) == NULL) {
Michael Thomas 494fa48
+	if (Tcl_PkgRequire(interp, "Tcl", TCL_VERSION, 0) == NULL) {
Michael Thomas 494fa48
 	    return TCL_ERROR;
Michael Thomas 494fa48
 	}
Michael Thomas 494fa48
 	/* Set the "blt_version", "blt_patchLevel", and "blt_libPath" Tcl