summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-11-01 14:24:27 +0100
committerMichael Adam <obnox@samba.org>2007-11-01 14:24:27 +0100
commita7fab272082e82aa590e620da20dad4042b81e20 (patch)
tree92c5cd4d8b4542e8fabb4be7a523c5f06d3a8645 /source3/configure.in
parent0bb1a6ec2d963c2001230142692de8335c540434 (diff)
downloadsamba-a7fab272082e82aa590e620da20dad4042b81e20.tar.gz
samba-a7fab272082e82aa590e620da20dad4042b81e20.tar.bz2
samba-a7fab272082e82aa590e620da20dad4042b81e20.zip
Enable building the zfsacl VFS module by specifying
"--with-shared-modules=vfs_zfsacl" on the configure command line. Michael (This used to be commit 69135360648e395eda29b15625b20a877e38bdd8)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 80e57f87c4..9e1ebeffe7 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6295,6 +6295,7 @@ SMB_MODULE(vfs_gpfs, \$(VFS_GPFS_OBJ), "bin/gpfs.$SHLIBEXT", VFS)
SMB_MODULE(vfs_readahead, \$(VFS_READAHEAD_OBJ), "bin/readahead.$SHLIBEXT", VFS)
SMB_MODULE(vfs_fileid, \$(VFS_FILEID_OBJ), "bin/fileid.$SHLIBEXT", VFS)
SMB_MODULE(vfs_syncops, \$(VFS_SYNCOPS_OBJ), "bin/syncops.$SHLIBEXT", VFS)
+SMB_MODULE(vfs_zfsacl, \$(VFS_ZFSACL_OBJ), "bin/zfsacl.$SHLIBEXT", VFS)
SMB_SUBSYSTEM(VFS,smbd/vfs.o)