Whamcloud - gitweb
- disable split by default for a now to make sure that corruptions on mountain are...
authoryury <yury>
Sat, 7 Oct 2006 15:44:57 +0000 (15:44 +0000)
committeryury <yury>
Sat, 7 Oct 2006 15:44:57 +0000 (15:44 +0000)
lustre/autoconf/lustre-core.m4

index 02a1a86..74170c4 100644 (file)
@@ -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])