From: wangdi Date: Sun, 8 Oct 2006 02:31:07 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~647 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=92a91a2c811a388f179b221099cdd1a179613847;p=fs%2Flustre-release.git 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. --- 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])