1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Attempt to fix the build

(This used to be commit 364d87a5e4)
This commit is contained in:
Volker Lendecke 2008-02-29 10:17:35 +01:00
parent 85b7f90c47
commit 695b6662ab

View 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"