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:
f00f52e
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Sun, 8 Oct 2006 02:31:07 +0000
(
02:31
+0000)
committer
wangdi
<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
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
3df5d90
..
f2ad40d
100644
(file)
--- 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])