summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-30 21:50:02 +0000
committerJeremy Allison <jra@samba.org>2001-11-30 21:50:02 +0000
commitce099faf6ce07e14bd9610960bd09f56c5bee864 (patch)
treee3c15c8e2d11dc99dbb18ac32debe484704dacd7 /source/configure.in
parentf8b18b25944135c196c8134100f601e84c583382 (diff)
downloadsamba-ce099faf6ce07e14bd9610960bd09f56c5bee864.tar.gz
samba-ce099faf6ce07e14bd9610960bd09f56c5bee864.tar.xz
samba-ce099faf6ce07e14bd9610960bd09f56c5bee864.zip
XFS quota patch for Linux.
Jeremy.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index 90447735e2b..9f1e9fe3c04 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -276,6 +276,9 @@ AC_CHECK_HEADERS(utmp.h utmpx.h lastlog.h)
# For quotas on Veritas VxFS filesystems
AC_CHECK_HEADERS(sys/fs/vx_quota.h)
+# For quotas on Linux XFS filesystems
+AC_CHECK_HEADERS(linux/xqm.h)
+
AC_CHECK_SIZEOF(int,cross)
AC_CHECK_SIZEOF(long,cross)
AC_CHECK_SIZEOF(short,cross)