From 837c4c21fb6135a2ff6e59f37d50d217642f431a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 11:21:06 +0100 Subject: [PATCH] environment/configure: added autoconf cache vars for varnish. --- common/environment/configure/autoconf_cache/common-linux | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/environment/configure/autoconf_cache/common-linux b/common/environment/configure/autoconf_cache/common-linux index 8b5be68be98..4c2eded065b 100644 --- a/common/environment/configure/autoconf_cache/common-linux +++ b/common/environment/configure/autoconf_cache/common-linux @@ -50,3 +50,8 @@ ac_cv_have_long_long_format=yes # apache ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no} + +# varnish +ac_cv_have_viz=yes +ac_cv_so_rcvtimeo_works=yes +ac_cv_so_sndtimeo_works=yes