diff options
-rw-r--r-- | source3/modules/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index ef5748ceef..8f08d52c03 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -63,7 +63,7 @@ bld.SAMBA3_LIBRARY('non_posix_acls', bld.SAMBA3_SUBSYSTEM('VFS_AIXACL_UTIL', source='vfs_aixacl_util.c', - enabled=False) #fixme + enabled=(bld.SAMBA3_IS_ENABLED_MODULE('vfs_aixacl') or bld.SAMBA3_IS_ENABLED_MODULE('vfs_aixacl2'))) bld.SAMBA3_SUBSYSTEM('vfs', source='', |