Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfa6bb4
)
Branch HEAD
author
adilger
<adilger>
Mon, 19 Nov 2007 22:50:36 +0000
(22:50 +0000)
committer
adilger
<adilger>
Mon, 19 Nov 2007 22:50:36 +0000
(22:50 +0000)
Quiet modern autoconf/configure complaining that quota.h is not buildable
because it depends on types defined in <linux/fs.h>.
i=scjody
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
a510c00
..
8342e99
100644
(file)
--- a/
lustre/autoconf/lustre-core.m4
+++ b/
lustre/autoconf/lustre-core.m4
@@
-1560,7
+1560,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])