From: nkj Date: Wed, 26 Jan 2005 14:29:44 +0000 (+0000) Subject: changed from warn to error when ext3 attributes are not enabled in the kernel X-Git-Tag: 1.3.4~169 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=841eb4f71900ceb0d4fd8988d7e23a8785bea803;p=fs%2Flustre-release.git changed from warn to error when ext3 attributes are not enabled in the kernel --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 0389f3d..4b8cabe 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -266,8 +266,7 @@ case $BACKINGFS in LC_CONFIG_EXT3([],[ AC_MSG_ERROR([Lustre requires that ext3 is enabled in the kernel]) ],[ - AC_MSG_WARN([Lustre requires that extended attributes for ext3 are enabled in the kernel]) - AC_MSG_WARN([This build may fail.]) + AC_MSG_ERROR([Lustre requires that extended attributes for ext3 are enabled in the kernel]) ]) ;; ldiskfs)