summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 01:15:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:24 -0500
commitcb435543f84955be75368a3294bc6b627414d876 (patch)
tree84cb36878b66364e5e6a180134eb15c7a170ee1e /source/configure.in
parentd0e89d246d8e5e64196d6c1d16d39a70579ca42f (diff)
downloadsamba-cb435543f84955be75368a3294bc6b627414d876.tar.gz
samba-cb435543f84955be75368a3294bc6b627414d876.tar.xz
samba-cb435543f84955be75368a3294bc6b627414d876.zip
r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the
Samba3 tree. This is neater, plus it avoids the need to get legal approval from SGI to use their GPLv2-only code under GPLv3. If/when SGI legal sort things out, we could consider adding back this header for very old systems where linux/dqblk_xfs.h is not available.
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 4c718bc6ee0..eacbe6a4667 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -4763,6 +4763,9 @@ AC_CHECK_HEADER(asm/types.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/dqblk_xfs.h)
+
# For sys/quota.h and linux/quota.h
AC_CHECK_HEADERS(sys/quota.h)