diff options
author | Volker Lendecke <vl@samba.org> | 2008-02-29 10:17:35 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-02-29 10:17:35 +0100 |
commit | 695b6662abe64a40061bfa05ede12173fc4b1945 (patch) | |
tree | 21bebe06f5a3ebb0ef84e9f507b6ab7f3be802d6 /source3 | |
parent | 85b7f90c47828618ea0ce825d8af20d8acd793b7 (diff) | |
download | samba-695b6662abe64a40061bfa05ede12173fc4b1945.tar.gz samba-695b6662abe64a40061bfa05ede12173fc4b1945.tar.bz2 samba-695b6662abe64a40061bfa05ede12173fc4b1945.zip |
Attempt to fix the build
(This used to be commit 364d87a5e41045808ebd28f46c5c0c93bd13a7da)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/configure.in b/source3/configure.in index 5254c8bba7..f481a30b3b 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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" |