]> err.no Git - varnish/commitdiff
Make sure to set TCLSH to an invocation of missing when it is not found. Fix for...
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 14:05:05 +0000 (14:05 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Sep 2008 14:05:05 +0000 (14:05 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3201 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/configure.ac

index 28a78ca7cc056a51fe8ea88ac1e90fb7a9f3e776..58dce5f60fc07da3bfbb1a2e6b3112f03ea561b1 100644 (file)
@@ -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