]> err.no Git - varnish/commitdiff
Check for sendfile().
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 11 Sep 2006 09:16:59 +0000 (09:16 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 11 Sep 2006 09:16:59 +0000 (09:16 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@957 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/configure.ac

index 60db17662450ce103bef383fde2121ee00276fd1..feaaa6f90bc5f8714172ec8b97cf1898f90b2562 100644 (file)
@@ -64,6 +64,7 @@ AC_CHECK_FUNCS([strerror])
 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