1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-04 21:47:46 +03:00

corosync not cman...

This commit is contained in:
Alasdair Kergon 2009-07-30 12:31:45 +00:00
parent 36a1405360
commit db03ac1596
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -9190,7 +9190,7 @@ if test x$CLVMD != xnone && test x$CLUSTER = xnone; then
CLUSTER=internal
fi
if [ "x$CLVMD" = xall -o `expr x"$CLVMD" : '.*cman.*'` != 0 ]; then
if [ "x$CLVMD" = xall -o `expr x"$CLVMD" : '.*corosync.*'` != 0 ]; then
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then

View File

@ -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"])