From 04aba4353518c9e98032626e6512217018f2d515 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 29 Sep 2006 15:58:22 +0000 Subject: [PATCH] - fixed HAVE_SPLIT_SUPPORT defining. --- lustre/autoconf/lustre-core.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 9aa24b8..4b54639 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -728,7 +728,7 @@ AC_ARG_ENABLE([split], [enable split support]), [],[enable_split='yes']) AC_MSG_RESULT([$enable_split]) -if test x$enable_split != xyes; then +if test x$enable_split != xno; then AC_DEFINE(HAVE_SPLIT_SUPPORT, 1, [enable split support]) fi ]) -- 1.8.3.1