Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01928b
)
- disable split by default for a now to make sure that corruptions on mountain are...
author
yury
<yury>
Sat, 7 Oct 2006 15:44:57 +0000
(15:44 +0000)
committer
yury
<yury>
Sat, 7 Oct 2006 15:44:57 +0000
(15:44 +0000)
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
02a1a86
..
74170c4
100644
(file)
--- 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])