summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorBjoern Jacke <bj@sernet.de>2019-01-30 18:27:12 -0600
committerBjoern Jacke <bjacke@samba.org>2019-02-17 13:33:13 +0100
commit21e930adecf9307666c088e8e9a46e3a56eb6cdd (patch)
tree6e9156a61f7aa8c541632ad9838394e0526e5e02 /source3/wscript
parent2eca1a6676401bdb33c53e3d435cc4f88e1eae26 (diff)
downloadsamba-21e930adecf9307666c088e8e9a46e3a56eb6cdd.tar.gz
waf: check for jfs/quota.h
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index e5d519d7fc8..d7679c72e23 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1403,6 +1403,8 @@ main() {
conf.CHECK_HEADERS('sys/quota.h')
# For quotas on BSD systems
conf.CHECK_HEADERS('ufs/ufs/quota.h')
+ # For quotas on AIX systems
+ conf.CHECK_HEADERS('jfs/quota.h')
# For quotas on Linux XFS filesystems
if conf.CHECK_HEADERS('xfs/xqm.h'):
conf.DEFINE('HAVE_XFS_QUOTAS', '1')