diff options
author | dgp <dgp@users.sourceforge.net> | 2017-10-30 15:54:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-10-30 15:54:16 (GMT) |
commit | 489a660ce900537a0e85686980a8aff85446cb44 (patch) | |
tree | 0c6fc8fa22632558dfd268ae3082d23813d44f07 /unix/configure | |
parent | 04dec367103a7da660fd1757bc3e38e43b82e854 (diff) | |
download | tk-489a660ce900537a0e85686980a8aff85446cb44.zip tk-489a660ce900537a0e85686980a8aff85446cb44.tar.gz tk-489a660ce900537a0e85686980a8aff85446cb44.tar.bz2 |
Permit building on a Tcl 9 foundation.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
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 |