rbb 01/04/02 18:45:56
Modified: . configure.in
Log:
If somebody requests sendfile, then we should compile for it.
Revision Changes Path
1.273 +19 -20 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -b -w -u -r1.272 -r1.273
--- configure.in 2001/04/03 01:19:41 1.272
+++ configure.in 2001/04/03 01:45:51 1.273
@@ -385,8 +385,7 @@
sendfile="1"
else
sendfile="0"
- fi ] )
-
+ fi ], [
orig_sendfile=$sendfile
case "$OS" in
*freebsd*)
@@ -405,7 +404,7 @@
esac
if test "$orig_sendfile" != "$sendfile"; then
echo "sendfile support disabled to avoid system problem"
-fi
+ fi ] )
AC_SUBST(sendfile)
AC_CHECK_FUNCS(sigaction, [ have_sigaction="1" ], [ have_sigaction="0" ])