]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Scan mode wasn't called
[netatalk.git] / configure.in
index a8fe014d52d6280f25c3464afa5d548bdbaf0e63..825e763663652341c893962d9d1b1852626e1dd5 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.230 2009-11-23 18:29:50 franklahm Exp $
+dnl $Id: configure.in,v 1.233 2009-11-27 21:15:48 franklahm Exp $
 dnl configure.in for netatalk
 
 AC_INIT(etc/afpd/main.c)
@@ -713,14 +713,21 @@ fi
        dnl ----- see etc/afpd/quota.c
        AC_DEFINE(HAVE_BROKEN_DBTOB, 1, [Define if dbtob is broken])
 
-       netatalk_cv_linux_sendfile=no
+       netatalk_cv_linux_sendfile=yes
+       AC_MSG_CHECKING([use sendfile syscall])
         AC_ARG_ENABLE(sendfile,
-           [  --enable-sendfile       use sendfile syscall default (no) ],[
-               if test "$enableval" = "yes"; then
-                       netatalk_cv_linux_sendfile=yes
+           [  --disable-sendfile       disable linux sendfile syscall],[
+               if test x"$enableval" = x"no"; then
+                       netatalk_cv_linux_sendfile=no
+                       AC_MSG_RESULT([no])
+               else
+                       AC_MSG_RESULT([yes])
+
                fi
-               AC_MSG_RESULT([enabling sendfile syscall])
-           ]
+           ],[
+               AC_MSG_RESULT([yes])
+       ]
+
        )
 
        if test x"$netatalk_cv_linux_sendfile" = "xyes"; then 
@@ -1190,7 +1197,6 @@ AC_OUTPUT([Makefile
        bin/afile/Makefile
        bin/afppasswd/Makefile
        bin/cnid/Makefile
-       bin/cnid/cnid_maint
        bin/cnid/cnid2_create
        bin/getzones/Makefile
        bin/megatron/Makefile
@@ -1202,7 +1208,6 @@ AC_OUTPUT([Makefile
        config/Makefile
     config/pam/Makefile
        contrib/Makefile
-       contrib/acltests/Makefile
        contrib/macusers/Makefile
        contrib/macusers/macusers
        contrib/nu/Makefile
@@ -1213,7 +1218,6 @@ AC_OUTPUT([Makefile
        contrib/shell_utils/apple_cp
        contrib/shell_utils/apple_mv
        contrib/shell_utils/apple_rm
-       contrib/shell_utils/apple_cleanup
        contrib/shell_utils/asip-status.pl
        contrib/timelord/Makefile
        contrib/a2boot/Makefile