From 4b94598907fd570b8f12daf4c95128abf2f14e2a Mon Sep 17 00:00:00 2001 From: wrowe Date: Fri, 2 Nov 2007 21:26:25 +0000 Subject: Darwin 9, APR 1.2 specific hack to cripple sendfile until we uncloak the truth behind it's funky API or until they fix it. Besides which we have no implemenation in the first place on 1.2 branch. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@591473 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index ada0fa28e..5ec77f512 100644 --- a/configure.in +++ b/configure.in @@ -929,6 +929,10 @@ AC_ARG_WITH(sendfile, [ --with-sendfile Override decision to use sendfi sendfile="0" fi ;; + *darwin*) + # darwin semantics in 9.0.0 appear to be fubar + sendfile="0" + ;; esac if test "$orig_sendfile" != "$sendfile"; then echo "sendfile support disabled to avoid system problem" -- cgit v1.2.1