From: yury Date: Fri, 29 Sep 2006 15:58:22 +0000 (+0000) Subject: - fixed HAVE_SPLIT_SUPPORT defining. X-Git-Tag: v1_8_0_110~486^2~758 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=04aba4353518c9e98032626e6512217018f2d515;p=fs%2Flustre-release.git - fixed HAVE_SPLIT_SUPPORT defining. --- 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 ])