From d1623ec025efa74f31db1177727c8cc0d34d03b6 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Thu, 6 Sep 2012 17:26:55 +0200 Subject: s3:sysquota_xfs: check and include the right fs header file for xfs quotas --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 39a9b92f55..a496aaa306 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1189,7 +1189,7 @@ main() { # For quotas on Veritas VxFS filesystems conf.CHECK_HEADERS('sys/fs/vx_quota.h') # For quotas on Linux XFS filesystems - conf.CHECK_HEADERS('linux/dqblk_xfs.h') + conf.CHECK_HEADERS('xfs/xqm.h') # For sys/quota.h and linux/quota.h conf.CHECK_HEADERS('sys/quota.h') # For quotas on BSD systems -- cgit