From 61752a19e2ce3048eaf19227a21e1eac65b279af Mon Sep 17 00:00:00 2001 From: garymalaysia Date: Sun, 8 Oct 2017 22:47:42 -0400 Subject: [PATCH] Added tclsh8.6 to configure file --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dab04ab..a3b7d64 100755 --- a/configure +++ b/configure @@ -61,9 +61,9 @@ esac # # TCL detection # -for TCLPATH_TRY in "/usr/bin/" "/usr/local/bin/" "/bin/" +for TCLPATH_TRY in "/usr/bin/" "/usr/local/bin/" "/bin/" "/usr/sbin/tclsh" #added path for tclsh do - for TCLVER_TRY in "8.4" "8.3" "8.2" "8.1" "8.0" + for TCLVER_TRY in "8.4" "8.3" "8.2" "8.1" "8.0" "8.6" # added version 8.6 of tclsh do if [ -z $TCLSH ] then