trawick     01/02/21 06:35:02

  Modified:    .        configure.in
  Log:
  disable sendfile() support on s390 linux due to a system problem.
  Submitted by: Martin Kraemer
  Reviewed by:  Jeff Trawick
  
  Revision  Changes    Path
  1.233     +3 -0      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.232
  retrieving revision 1.233
  diff -u -r1.232 -r1.233
  --- configure.in      2001/02/21 11:44:43     1.232
  +++ configure.in      2001/02/21 14:35:01     1.233
  @@ -650,6 +650,9 @@
       *alpha*-dec-osf* )
           sendfile="0"
           ;;
  +    s390-*-linux-gnu)
  +        sendfile="0"
  +        ;;
   esac       
   if test "$orig_sendfile" != "$sendfile"; then
     echo "sendfile support disabled to avoid system problem"
  
  
  

Reply via email to