X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=macros%2Fnetatalk.m4;h=12a1fecbc3660ad684e2f94f9a34f5edde8ef299;hp=ea2bbffe47dfa4b04e90ca31ad731395059ce445;hb=259af075df56ba4ad3a0eed91c81fb4df4111f54;hpb=fd1779a59cd3393db518f21ae6ee707eab9ea5c1 diff --git a/macros/netatalk.m4 b/macros/netatalk.m4 index ea2bbffe..12a1fecb 100644 --- a/macros/netatalk.m4 +++ b/macros/netatalk.m4 @@ -1130,7 +1130,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]