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:
9e27dd0
)
Branch b1_8_gate
author
anserper
<anserper>
Tue, 30 Sep 2008 11:55:57 +0000
(11:55 +0000)
committer
anserper
<anserper>
Tue, 30 Sep 2008 11:55:57 +0000
(11:55 +0000)
b=17059
i=ZhiYong Tian
i=Johann Lombardi
Always build quota support with client
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
aa7f8fa
..
60ef5ca
100644
(file)
--- a/
lustre/autoconf/lustre-core.m4
+++ b/
lustre/autoconf/lustre-core.m4
@@
-1615,7
+1615,6
@@
AC_DEFUN([LC_CONFIG_QUOTA_LIBLUSTRE],
if test x$enable_quota != xno; then
AC_MSG_CHECKING([if compile liblustre with quota])
enable_quota_liblustre='yes'
- AC_DEFINE(HAVE_QUOTA_SUPPORT, 1, [Enable quota support])
AC_DEFINE(HAVE_QUOTA_LIBLUSTRE_SUPPORT, 1, [Enable liblustre quota support])
AC_MSG_RESULT([yes])
fi