X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=macros%2Fnetatalk.m4;fp=macros%2Fnetatalk.m4;h=cb0fc717fe11daf8e074490de3e6292f0c7dc97f;hb=939eb9da6116bd502cdae97f84541993848071b4;hp=1a55276471d8e7c2066fd5db2b12006d0e22c189;hpb=cb339ecf8189245733548775d0c8a8ea11136b7b;p=netatalk.git diff --git a/macros/netatalk.m4 b/macros/netatalk.m4 index 1a552764..cb0fc717 100644 --- a/macros/netatalk.m4 +++ b/macros/netatalk.m4 @@ -1107,7 +1107,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]