Attempt to fix the build
authorVolker Lendecke <vl@samba.org>
Fri, 29 Feb 2008 09:17:35 +0000 (10:17 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 29 Feb 2008 09:17:35 +0000 (10:17 +0100)
(This used to be commit 364d87a5e41045808ebd28f46c5c0c93bd13a7da)

source3/configure.in

index 5254c8bba7e9400070e80eacb27cb45499e1803d..f481a30b3bd58fe1d44415dc26aa89ffd363c8c0 100644 (file)
@@ -855,11 +855,6 @@ if test x"$samba_cv_msghdr_msg_acctrights" = x"yes"; then
             [If we can use msg_acctrights for passing file descriptors])
 fi
 
-if test x"$samba_cv_msghdr_msg_control" = x"yes" -o \
-       x"$samba_cv_msghdr_msg_acctright" = x"yes"; then
-       default_shared_modules="$default_shared_modules vfs_aio_fork"
-fi
-
 AC_CHECK_FUNCS(dirfd)
 if test x"$ac_cv_func_dirfd" = x"yes"; then
        default_shared_modules="$default_shared_modules vfs_syncops"