Whamcloud - gitweb
Branch b1_8_gate
authoranserper <anserper>
Tue, 30 Sep 2008 11:55:57 +0000 (11:55 +0000)
committeranserper <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

index aa7f8fa..60ef5ca 100644 (file)
@@ -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