r957 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Mon Sep 11 11:16:59 CEST 2006


Author: des
Date: 2006-09-11 11:16:59 +0200 (Mon, 11 Sep 2006)
New Revision: 957

Modified:
   trunk/varnish-cache/configure.ac
Log:
Check for sendfile().

Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2006-09-11 09:14:29 UTC (rev 956)
+++ trunk/varnish-cache/configure.ac	2006-09-11 09:16:59 UTC (rev 957)
@@ -64,6 +64,7 @@
 AC_FUNC_STRERROR_R
 AC_CHECK_FUNCS([socket])
 AC_CHECK_FUNCS([strptime])
+AC_CHECK_FUNCS([sendfile])
 
 # These functions are provided by libcompat on platforms where they
 # are not available




More information about the varnish-commit mailing list