diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-01 11:36:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-01 11:36:18 +0200 |
commit | e8e36ad32f679dd57678089a9a4b7605bc37dd79 (patch) | |
tree | e492d5d6ebe326de4062e349b0d0323aa0569d04 | |
parent | e47e10b8fe3fbf1ad63c0a59ae07a481dee98901 (diff) | |
download | weechat-e8e36ad32f679dd57678089a9a4b7605bc37dd79.zip |
core: add detection of Tcl 8.6 in autotools
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ed9c67703..4c96240a3 100644 --- a/configure.ac +++ b/configure.ac @@ -765,7 +765,7 @@ if test "x$enable_tcl" = "xyes" ; then AC_MSG_CHECKING(for tclConfig.sh) tcl_found="no" - tcl_dirs="/usr/lib/tcl8.5 /usr/lib64/tcl8.5 /lib /lib64 /usr/lib /usr/lib64 /usr/tcl/lib /usr/tcl/lib64 /usr/local/tcl-8.5/lib /usr/local/tcl-8.5/lib64 /usr/local/lib /usr/local/lib64 /usr/local/tcl/lib /usr/local/tcl/lib64 /opt/lib /opt/lib64" + tcl_dirs="/usr/lib/tcl8.6 /usr/lib64/tcl8.6 /usr/lib/tcl8.5 /usr/lib64/tcl8.5 /lib /lib64 /usr/lib /usr/lib64 /usr/tcl/lib /usr/tcl/lib64 /usr/local/tcl-8.6/lib /usr/local/tcl-8.6/lib64 /usr/local/tcl-8.5/lib /usr/local/tcl-8.5/lib64 /usr/local/lib /usr/local/lib64 /usr/local/tcl/lib /usr/local/tcl/lib64 /opt/lib /opt/lib64" if test "x$tclconfig" != "x" ; then tcl_dirs="${tclconfig} ${tcl_dirs}" fi |