From 56491a9ca5a697f14ac21dd019bdf54d89121088 Mon Sep 17 00:00:00 2001 From: nkj Date: Fri, 28 Jan 2005 15:11:42 +0000 Subject: [PATCH] re-applying my initial changes. forgot that the HEAD is for 2.6 kernels only so there is no need to accomodate for 2.4 kernel config differences. --- lustre/autoconf/lustre-core.m4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 8a39b46..c19132d 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -263,13 +263,10 @@ AC_SUBST(BACKINGFS) case $BACKINGFS in ext3) # --- Check that ext3 and ext3 xattr are enabled in the kernel - # --- only warn for ext3 xattr because 2.4 kernels don't have - # --- this config flag. 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