Whamcloud - gitweb
disable quota build for 2.4
authorniu <niu>
Tue, 8 Nov 2005 02:39:49 +0000 (02:39 +0000)
committerniu <niu>
Tue, 8 Nov 2005 02:39:49 +0000 (02:39 +0000)
lustre/autoconf/lustre-core.m4

index e6cdb7b..5d634c7 100644 (file)
@@ -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
 ])