From 4e7177145edf35c2e70ac90a162fb6e3a94b67dc Mon Sep 17 00:00:00 2001 From: yury Date: Sat, 7 Oct 2006 15:44:57 +0000 Subject: [PATCH] - disable split by default for a now to make sure that corruptions on mountain are not related to it. --- lustre/autoconf/lustre-core.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 02a1a86..74170c4 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -749,7 +749,7 @@ AC_DEFUN([LC_CONFIG_SPLIT], AC_ARG_ENABLE([split], AC_HELP_STRING([--disable-split], [enable split support]), - [],[enable_split='yes']) + [],[enable_split='no']) AC_MSG_RESULT([$enable_split]) if test x$enable_split != xno; then AC_DEFINE(HAVE_SPLIT_SUPPORT, 1, [enable split support]) -- 1.8.3.1