mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota backend
This commit is contained in:
@ -1273,8 +1273,10 @@ main() {
|
||||
|
||||
if conf.CONFIG_SET('HAVE_QUOTACTL_LINUX') or \
|
||||
conf.CONFIG_SET('HAVE_QUOTACTL_4A') or \
|
||||
conf.CONFIG_SET('HAVE_QUOTACTL_4B'):
|
||||
conf.CONFIG_SET('HAVE_QUOTACTL_4B') or \
|
||||
conf.CONFIG_SET('HAVE_XFS_QUOTAS'):
|
||||
conf.DEFINE('HAVE_SYS_QUOTAS', '1')
|
||||
conf.DEFINE('WITH_QUOTAS', '1')
|
||||
|
||||
#
|
||||
# checking for clustering extensions (CTDB)
|
||||
|
Reference in New Issue
Block a user