summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-19 00:27:01 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-20 21:58:06 +1000
commit7a59c3d9b8e4a5bab21d9b82cec6a77d1f808f90 (patch)
tree0c988580666b323e0cd1e1babbf8c00ff3fe28a2 /source3/configure.in
parentae4195dd407d96a4b8768d1c43c58ce2f19d4ef5 (diff)
downloadsamba-7a59c3d9b8e4a5bab21d9b82cec6a77d1f808f90.tar.gz
samba-7a59c3d9b8e4a5bab21d9b82cec6a77d1f808f90.tar.bz2
samba-7a59c3d9b8e4a5bab21d9b82cec6a77d1f808f90.zip
s3-build: Enable vfs_fake_acls when in developer mode or on the build farm
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 28894f154a..f0dde646e3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -476,6 +476,9 @@ if test "x$developer" = xyes; then
default_shared_modules="$default_shared_modules perfcount_test"
fi
+if test x"$RUN_FROM_BUILD_FARM" = x"yes" -o "x$developer" = xyes; then
+ default_shared_modules="$default_shared_modules vfs_fake_acls"
+fi
#
# Config CPPFLAG settings for strange OS's that must be set
@@ -6533,6 +6536,7 @@ SMB_MODULE(vfs_extd_audit, \$(VFS_EXTD_AUDIT_OBJ), "bin/extd_audit.$SHLIBEXT", V
SMB_MODULE(vfs_full_audit, \$(VFS_FULL_AUDIT_OBJ), "bin/full_audit.$SHLIBEXT", VFS)
SMB_MODULE(vfs_netatalk, \$(VFS_NETATALK_OBJ), "bin/netatalk.$SHLIBEXT", VFS)
SMB_MODULE(vfs_fake_perms, \$(VFS_FAKE_PERMS_OBJ), "bin/fake_perms.$SHLIBEXT", VFS)
+SMB_MODULE(vfs_fake_acls, \$(VFS_FAKE_ACLS_OBJ), "bin/fake_acls.$SHLIBEXT", VFS)
SMB_MODULE(vfs_default_quota, \$(VFS_DEFAULT_QUOTA_OBJ), "bin/default_quota.$SHLIBEXT", VFS)
SMB_MODULE(vfs_readonly, \$(VFS_READONLY_OBJ), "bin/readonly.$SHLIBEXT", VFS)
SMB_MODULE(vfs_cap, \$(VFS_CAP_OBJ), "bin/cap.$SHLIBEXT", VFS)