Whamcloud - gitweb
Disable this check, because it fails on LLNL kernels until the xattr patches
authoradilger <adilger>
Tue, 23 Mar 2004 20:16:45 +0000 (20:16 +0000)
committeradilger <adilger>
Tue, 23 Mar 2004 20:16:45 +0000 (20:16 +0000)
are updated.

lnet/archdep.m4
lustre/portals/archdep.m4

index 6fb96e3..31d1dfd 100644 (file)
@@ -415,20 +415,21 @@ if test "$host_cpu" != "lib" ; then
                [AC_MSG_RESULT([no])
                AC_MSG_ERROR([Lustre requires that ext3 is enabled in the kernel (CONFIG_EXT3_FS)])
                ])
-       AC_MSG_CHECKING([that extended attributes for ext3 are enabled in the kernel])
-       AC_TRY_COMPILE([
-#define __KERNEL__
-#include <linux/config.h>
-               ],
-               [
-#ifdef CONFIG_EXT3_FS_XATTR
-       return 0;
-#else
-#error CONFIG_EXT3_FS_XATTR not #defined
-#endif
-               ],[AC_MSG_RESULT([yes])],
-               [AC_MSG_RESULT([no])
-               AC_MSG_ERROR([Lustre requires that extended attributes for ext3 are enabled in the kernel (CONFIG_EXT3_FS_XATTR)])
-               ])
+# disable this check until our xattr patches define it!
+#      AC_MSG_CHECKING([that extended attributes for ext3 are enabled in the kernel])
+#      AC_TRY_COMPILE([
+##define __KERNEL__
+##include <linux/config.h>
+#              ],
+#              [
+##ifdef CONFIG_EXT3_FS_XATTR
+#      return 0;
+##else
+##error CONFIG_EXT3_FS_XATTR not #defined
+##endif
+#              ],[AC_MSG_RESULT([yes])],
+#              [AC_MSG_RESULT([no])
+#              AC_MSG_ERROR([Lustre requires that extended attributes for ext3 are enabled in the kernel (CONFIG_EXT3_FS_XATTR)])
+#              ])
 fi
 
index 6fb96e3..31d1dfd 100644 (file)
@@ -415,20 +415,21 @@ if test "$host_cpu" != "lib" ; then
                [AC_MSG_RESULT([no])
                AC_MSG_ERROR([Lustre requires that ext3 is enabled in the kernel (CONFIG_EXT3_FS)])
                ])
-       AC_MSG_CHECKING([that extended attributes for ext3 are enabled in the kernel])
-       AC_TRY_COMPILE([
-#define __KERNEL__
-#include <linux/config.h>
-               ],
-               [
-#ifdef CONFIG_EXT3_FS_XATTR
-       return 0;
-#else
-#error CONFIG_EXT3_FS_XATTR not #defined
-#endif
-               ],[AC_MSG_RESULT([yes])],
-               [AC_MSG_RESULT([no])
-               AC_MSG_ERROR([Lustre requires that extended attributes for ext3 are enabled in the kernel (CONFIG_EXT3_FS_XATTR)])
-               ])
+# disable this check until our xattr patches define it!
+#      AC_MSG_CHECKING([that extended attributes for ext3 are enabled in the kernel])
+#      AC_TRY_COMPILE([
+##define __KERNEL__
+##include <linux/config.h>
+#              ],
+#              [
+##ifdef CONFIG_EXT3_FS_XATTR
+#      return 0;
+##else
+##error CONFIG_EXT3_FS_XATTR not #defined
+##endif
+#              ],[AC_MSG_RESULT([yes])],
+#              [AC_MSG_RESULT([no])
+#              AC_MSG_ERROR([Lustre requires that extended attributes for ext3 are enabled in the kernel (CONFIG_EXT3_FS_XATTR)])
+#              ])
 fi