summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMilan Broz <mbroz@redhat.com>2012-02-13 07:30:24 +0000
committerMilan Broz <mbroz@redhat.com>2012-02-13 07:30:24 +0000
commit75fad6eaa7ea60691a1a1e2a44558f68f161ddc6 (patch)
tree0e5aaf0d629580660b70b13aadfeab137a4eab08 /configure
parent94424fabd0d8e27af9efad177ca408923cc9c3f6 (diff)
downloadlvm2-75fad6eaa7ea60691a1a1e2a44558f68f161ddc6.tar.gz
Update autoconf.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 27b45d189..391cbb149 100755
--- a/configure
+++ b/configure
@@ -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