diff --git a/configure b/configure index 03af9d165..1e2d1c7d8 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index ba5d72ec1..f1f8ea480 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"])