From 841eb4f71900ceb0d4fd8988d7e23a8785bea803 Mon Sep 17 00:00:00 2001 From: nkj Date: Wed, 26 Jan 2005 14:29:44 +0000 Subject: [PATCH] changed from warn to error when ext3 attributes are not enabled in the kernel --- lustre/autoconf/lustre-core.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 1.8.3.1