Whamcloud - gitweb
changed from warn to error when ext3 attributes are not enabled in the kernel
authornkj <nkj>
Wed, 26 Jan 2005 14:29:44 +0000 (14:29 +0000)
committernkj <nkj>
Wed, 26 Jan 2005 14:29:44 +0000 (14:29 +0000)
lustre/autoconf/lustre-core.m4

index 0389f3d..4b8cabe 100644 (file)
@@ -266,8 +266,7 @@ case $BACKINGFS in
                LC_CONFIG_EXT3([],[
                        AC_MSG_ERROR([Lustre requires that ext3 is enabled in the kernel])
                ],[
                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)
                ])
                ;;
        ldiskfs)