]> git.ipfire.org Git - thirdparty/libvirt.git/commit
check device-mapper when building with mpath or disk storage driver
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 21 Feb 2011 01:57:24 +0000 (09:57 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 21 Feb 2011 22:17:12 +0000 (15:17 -0700)
commit606d63054ca1df3756490ad18a7bbe7ac057a939
treea3538b420ce0908794900bf3cad94fcd597e4505
parente57f834547dbbdb4a2b445ece5ab51e6777b9ee5
check device-mapper when building with mpath or disk storage driver

Currently, we need virIsDevMapperDevice() when we build libvirt with
disk or mpath storage drivers.  So we should check device-mapper-devel
when we build with disk storage driver but without mpath storage
driver.
configure.ac