From f7d5762ac38faae5f8490cdef49b5f208ad4a2b0 Mon Sep 17 00:00:00 2001 From: anserper Date: Tue, 30 Sep 2008 11:55:57 +0000 Subject: [PATCH] Branch b1_8_gate b=17059 i=ZhiYong Tian i=Johann Lombardi Always build quota support with client --- lustre/autoconf/lustre-core.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index aa7f8fa..60ef5ca 100644 --- 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 -- 1.8.3.1