From: des Date: Mon, 11 Sep 2006 09:16:59 +0000 (+0000) Subject: Check for sendfile(). X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58c17446da367d22f228978ac4129c8ff062934d;p=varnish Check for sendfile(). git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@957 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index 60db1766..feaaa6f9 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -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