1
0
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:
Andrew Bartlett
2012-09-26 12:42:15 +10:00
parent 7ad1971e22
commit afbc87b8cc

View File

@ -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)