From: Andrew Bartlett Date: Wed, 26 Sep 2012 02:42:15 +0000 (+1000) Subject: build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota backend X-Git-Tag: talloc-2.0.8~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afbc87b8cc5b068feadb773bdf755abc26f7d0db;p=thirdparty%2Fsamba.git build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota backend --- diff --git a/source3/wscript b/source3/wscript index 834f03c53f4..566c87a2356 100644 --- a/source3/wscript +++ b/source3/wscript @@ -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)