summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-07-30 12:31:45 +0000
committerAlasdair Kergon <agk@redhat.com>2009-07-30 12:31:45 +0000
commitf15a2320bd94111c6796b2743fd175a2b74766a5 (patch)
treeba20685cfd2d20cd68b67dea391659e0669da30c /configure.in
parent82c445b01d85df6cf9558ce7203e74e78841a377 (diff)
downloadlvm2-f15a2320bd94111c6796b2743fd175a2b74766a5.tar.gz
lvm2-f15a2320bd94111c6796b2743fd175a2b74766a5.tar.xz
lvm2-f15a2320bd94111c6796b2743fd175a2b74766a5.zip
corosync not cman...
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ba5d72ec..f1f8ea48 100644
--- a/configure.in
+++ b/configure.in
@@ -340,7 +340,7 @@ if test x$CLVMD != xnone && test x$CLUSTER = xnone; then
fi
dnl -- Look for corosync libraries if required.
-if [[ "x$CLVMD" = xall -o `expr x"$CLVMD" : '.*cman.*'` != 0 ]]; then
+if [[ "x$CLVMD" = xall -o `expr x"$CLVMD" : '.*corosync.*'` != 0 ]]; then
PKG_CHECK_MODULES(QUORUM, libquorum, [],
[AC_MSG_RESULT([no pkg for quorum library, using -lquorum]);
QUORUM_LIBS="-lquorum"])