Mailing List Archive

r3201 - trunk/varnish-cache
Author: tfheen
Date: 2008-09-18 16:05:05 +0200 (Thu, 18 Sep 2008)
New Revision: 3201

Modified:
trunk/varnish-cache/configure.ac
Log:
Make sure to set TCLSH to an invocation of missing when it is not found. Fix for the commit in #3196


Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac 2008-09-18 13:23:34 UTC (rev 3200)
+++ trunk/varnish-cache/configure.ac 2008-09-18 14:05:05 UTC (rev 3201)
@@ -219,7 +219,7 @@
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