1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Update autoconf.

This commit is contained in:
Milan Broz 2012-02-13 07:30:24 +00:00
parent 94424fabd0
commit 75fad6eaa7

6
configure vendored
View File

@ -8099,6 +8099,12 @@ $as_echo "Disabling clvmd build. No cluster manager detected." >&6; }
fi
fi
if [ `expr x"$CLVMD" : '.*corosync.*'` != 0 ]; then
if test x$HAVE_CMAP = xyes; then
CLVMD_CMANAGERS="$CLVMD_CMANAGERS dlm"
fi
fi
################################################################################
if test "x$CLVMD" != xnone; then