From 398e9dec06263bab87f886232a418daae33782e0 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 30 Mar 2015 22:45:00 +0100 Subject: [PATCH] Support discovery of tcl 8.6 during ./configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 14e38b9c..8b495939 100644 --- a/configure.ac +++ b/configure.ac @@ -573,7 +573,7 @@ then # This will need to be extended in the future, but I don't think # it's a good idea to stuff a shitload of random stuff in here right now - for path in $TCL_DIR /usr/lib /usr/lib/tcl8.4 /usr/lib/tcl8.5 + for path in $TCL_DIR /usr/lib /usr/lib/tcl8.4 /usr/lib/tcl8.5 /usr/lib/tcl8.6 do file="${path}/tclConfig.sh" AC_MSG_CHECKING([for ${file}])