From 92a91a2c811a388f179b221099cdd1a179613847 Mon Sep 17 00:00:00 2001 From: wangdi Date: Sun, 8 Oct 2006 02:31:07 +0000 Subject: [PATCH] Branch: b_new_cmd enable split, in case someone did not consider split when commit some stuff. Mountain's corruption is not related with split, since there is no split at all currently. --- 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 3df5d90..f2ad40d 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -707,7 +707,7 @@ AC_DEFUN([LC_CONFIG_SPLIT], AC_ARG_ENABLE([split], AC_HELP_STRING([--disable-split], [enable split support]), - [],[enable_split='no']) + [],[enable_split='yes']) 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