X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=macros%2Fnetatalk.m4;h=d8482f8d9384359a80d6a52537cf4cefed39916b;hp=060e467964a65f15d8ecb0402fd49f8917469eb7;hb=80b657d2448a51f80912a9195bdf56eb85e461b5;hpb=ad4e6d24bda95a1e4c6a212b74252ecf185646e2 diff --git a/macros/netatalk.m4 b/macros/netatalk.m4 index 060e4679..d8482f8d 100644 --- a/macros/netatalk.m4 +++ b/macros/netatalk.m4 @@ -1128,7 +1128,7 @@ dnl ------ Check for sendfile() -------- AC_DEFUN([AC_NETATALK_SENDFILE], [ netatalk_cv_search_sendfile=yes AC_ARG_ENABLE(sendfile, - [ --disable-sendfile disable sendfile syscall], + [ --disable-sendfile disable sendfile syscall], [if test x"$enableval" = x"no"; then netatalk_cv_search_sendfile=no fi]