./configure does not honor neither --without-sendfile-support nor --with-sendfile-support=no. From ./configure: 37048 with_sendfile_support=yes 37049 echo "$as_me:$LINENO: checking whether to check to support sendfile" >&5 37050 echo $ECHO_N "checking whether to check to support sendfile... $ECHO_C" >&6 37051 37052 # Check whether --with-sendfile-support or --without-sendfile-support was given. 37053 if test "${with_sendfile_support+set}" = set; then 37054 withval="$with_sendfile_support" 37055 case "$withval" in 37056 yes) Doesn't line 37048 override any option set on the commandline? Regards, Walter
*** This bug has been marked as a duplicate of 2429 ***