Author: jorton Date: Fri Feb 4 08:58:13 2005 New Revision: 151371 URL: http://svn.apache.org/viewcvs?view=rev&rev=151371 Log: Merge r151340 from trunk:
* configure.in: Disable sendfile support for S/390 only in kernel versions < 2.4.0. Modified: apr/apr/branches/0.9.x/configure.in Modified: apr/apr/branches/0.9.x/configure.in URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/configure.in?view=diff&r1=151370&r2=151371 ============================================================================== --- apr/apr/branches/0.9.x/configure.in (original) +++ apr/apr/branches/0.9.x/configure.in Fri Feb 4 08:58:13 2005 @@ -843,7 +843,10 @@ sendfile="0" ;; s390-*-linux-gnu) - sendfile="0" + # disable sendfile support for 2.2 on S/390 + if test $os_version -lt 240; then + sendfile="0" + fi ;; *aix*) # compiler-independent check for 64-bit build