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:
8cf149e
)
disable quota build for 2.4
author
niu
<niu>
Tue, 8 Nov 2005 02:39:49 +0000
(
02:39
+0000)
committer
niu
<niu>
Tue, 8 Nov 2005 02:39:49 +0000
(
02:39
+0000)
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
e6cdb7b
..
5d634c7
100644
(file)
--- a/
lustre/autoconf/lustre-core.m4
+++ b/
lustre/autoconf/lustre-core.m4
@@
-524,7
+524,7
@@
AC_ARG_ENABLE([quota],
[enable quota support]),
[],[enable_quota='yes'])
AC_MSG_RESULT([$enable_quota])
-if test x$enable_quota != xno ; then
+if test x$enable_quota != xno
-a x$linux25 != xno
; then
AC_DEFINE(HAVE_QUOTA_SUPPORT, 1, [Enable quota support])
fi
])