Whamcloud - gitweb
re-applying my initial changes. forgot that the HEAD is for 2.6 kernels only
authornkj <nkj>
Fri, 28 Jan 2005 15:11:42 +0000 (15:11 +0000)
committernkj <nkj>
Fri, 28 Jan 2005 15:11:42 +0000 (15:11 +0000)
so there is no need to accomodate for 2.4 kernel config differences.

lustre/autoconf/lustre-core.m4

index 8a39b46..c19132d 100644 (file)
@@ -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)