From: adilger Date: Mon, 19 Nov 2007 22:51:24 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~985 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=821271f78c62f564434757661bd857f458a306e9;p=fs%2Flustre-release.git Branch b1_6 Quiet modern autoconf/configure complaining that quota.h is not buildable because it depends on types defined in . i=scjody --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index c0651fa..c01c974 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -1411,7 +1411,7 @@ AC_CHECK_HEADERS([asm/page.h sys/user.h sys/vfs.h stdint.h blkid/blkid.h]) # include/lustre/lustre_user.h # See note there re: __ASM_X86_64_PROCESSOR_H -AC_CHECK_HEADERS([linux/quota.h]) +AC_CHECK_HEADERS([linux/fs.h linux/quota.h]) # liblustre/llite_lib.h AC_CHECK_HEADERS([xtio.h file.h])