Whamcloud - gitweb
- fixed HAVE_SPLIT_SUPPORT defining.
authoryury <yury>
Fri, 29 Sep 2006 15:58:22 +0000 (15:58 +0000)
committeryury <yury>
Fri, 29 Sep 2006 15:58:22 +0000 (15:58 +0000)
lustre/autoconf/lustre-core.m4

index 9aa24b8..4b54639 100644 (file)
@@ -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
 ])