git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2322
d4fa192b-c00b-0410-8231-
f00ffab90ce4
AC_FUNC_STRERROR_R
AC_CHECK_FUNCS([socket])
AC_CHECK_FUNCS([strptime])
-AC_CHECK_FUNCS([sendfile])
AC_CHECK_FUNCS([fmtcheck])
+# This one is tricky, there are multiple versions
+case $host in
+*-*-freebsd*|*-*-linux*)
+ AC_CHECK_FUNCS([sendfile])
+ ;;
+*)
+ AC_MSG_WARN([won't look for sendfile() on $host])
+ ;;
+esac
+
# These functions are provided by libcompat on platforms where they
# are not available
AC_CHECK_FUNCS([asprintf vasprintf])