From: John Ellson Date: Sat, 23 Jun 2012 16:26:22 +0000 (-0400) Subject: back out last change - didn't work X-Git-Tag: LAST_LIBGRAPH~32^2~394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2d88b685ac02b0e2e846b7f7a217ec57580897b;p=graphviz back out last change - didn't work --- diff --git a/configure.ac b/configure.ac index 6442ae0e1..28121ca37 100644 --- a/configure.ac +++ b/configure.ac @@ -279,7 +279,7 @@ AC_ARG_WITH(tclsh, TCLSH=$withval,) if test "x$TCLSH" = "x"; then - AC_PATH_PROGS(TCLSH,[/usr/bin/tclsh8.6 /usr/bin/tclsh8.5 /usr/bin/tclsh8.4 /usr/bin/tclsh8.3 /usr/bin/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)"