summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index 72db277..e69ffa9 100755
--- a/unix/configure
+++ b/unix/configure
@@ -2481,6 +2481,7 @@ $as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
+if test "${TCL_MAJOR_VERSION}" -lt 9 ; then
if test "${TCL_MAJOR_VERSION}" -ne 8 ; then
as_fn_error $? "${PACKAGE_NAME} ${PACKAGE_VERSION} requires Tcl 8.6+
Found config for Tcl ${TCL_VERSION}" "$LINENO" 5
@@ -2489,6 +2490,7 @@ if test "${TCL_MINOR_VERSION}" -lt 6 ; then
as_fn_error $? "${PACKAGE_NAME} ${PACKAGE_VERSION} requires Tcl 8.6+
Found config for Tcl ${TCL_VERSION}" "$LINENO" 5
fi
+fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tclsh" >&5