[lvm-devel] LVM2 configure

mbroz at sourceware.org mbroz at sourceware.org
Mon Feb 13 07:30:27 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz at sourceware.org	2012-02-13 07:30:27

Modified files:
	.              : configure 

Log message:
	Update autoconf.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.diff?cvsroot=lvm2&r1=1.165&r2=1.166

--- LVM2/configure	2012/01/31 21:21:53	1.165
+++ LVM2/configure	2012/02/13 07:30:24	1.166
@@ -8099,6 +8099,12 @@
 	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
 




More information about the lvm-devel mailing list