From 10bcd318fc8e5ee842f87187b8596b66cbe8b1fa Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 18 Oct 2008 12:57:54 +0000 Subject: [PATCH] recognize tclsh8.6 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d91bd7ff..2f67303ce 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,7 @@ AC_ARG_WITH(tclsh, TCLSH=$withval,) if test "x$TCLSH" = "x"; then - AC_PATH_PROGS(TCLSH,[tclsh8.5 tclsh8.4 tclsh8.3 tclsh]) + AC_PATH_PROGS(TCLSH,[tclsh8.6 tclsh8.5 tclsh8.4 tclsh8.3 tclsh]) if test "x$TCLSH" = "x"; then AC_MSG_ERROR([Unable to find a tclsh. Tclsh is a required program for building graphviz, independent of wether tcl-based graphviz products are built]) use_tcl="No (tclsh unavailable)" -- 2.40.0