From 2271e9890982be8c344cc34a3aee541e0dfe44f9 Mon Sep 17 00:00:00 2001 From: niu Date: Tue, 8 Nov 2005 02:39:49 +0000 Subject: [PATCH] disable quota build for 2.4 --- lustre/autoconf/lustre-core.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index e6cdb7b..5d634c7 100644 --- 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 ]) -- 1.8.3.1