From: nkj Date: Fri, 28 Jan 2005 15:11:42 +0000 (+0000) Subject: re-applying my initial changes. forgot that the HEAD is for 2.6 kernels only X-Git-Tag: 1.3.4~164 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=56491a9ca5a697f14ac21dd019bdf54d89121088;p=fs%2Flustre-release.git 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. --- 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)