summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support/cltkMain.c')
-rw-r--r--otherlibs/labltk/support/cltkMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/cltkMain.c b/otherlibs/labltk/support/cltkMain.c
index 64fd972b6..bd9ebe439 100644
--- a/otherlibs/labltk/support/cltkMain.c
+++ b/otherlibs/labltk/support/cltkMain.c
@@ -69,7 +69,7 @@ value camltk_opentk(display, name) /* ML */
{
if (!cltk_slave_mode) {
/* Create an interpreter, dies if error */
-#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 1
+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION >= 1
Tcl_FindExecutable(String_val(name));
#endif
cltclinterp = Tcl_CreateInterp();