Whamcloud - gitweb
Branch: b_new_cmd
authorwangdi <wangdi>
Sun, 8 Oct 2006 02:31:07 +0000 (02:31 +0000)
committerwangdi <wangdi>
Sun, 8 Oct 2006 02:31:07 +0000 (02:31 +0000)
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

index 3df5d90..f2ad40d 100644 (file)
@@ -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])