From: tfheen Date: Thu, 18 Sep 2008 14:05:05 +0000 (+0000) Subject: Make sure to set TCLSH to an invocation of missing when it is not found. Fix for... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512b743c23e169080aac5927616c29e558cccae8;p=varnish Make sure to set TCLSH to an invocation of missing when it is not found. Fix for the commit in #3196 git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3201 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index 28a78ca7..58dce5f6 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -219,7 +219,7 @@ else fi AM_MISSING_HAS_RUN -AC_CHECK_PROGS(TCLSH, [tclsh tclsh8.4 tclsh8.5], false) +AC_CHECK_PROGS(TCLSH, [tclsh tclsh8.4 tclsh8.5], :) if test "$TCLSH" = :; then TCLSH=${am_missing_run}tclsh fi