Re: [libvirt] [PATCH 12/89] m4/virt-lib: add new parameter to override default fail action

2016-12-19 Thread Jiri Denemark
On Fri, Dec 16, 2016 at 10:10:40 +0100, Pavel Hrdina wrote: > This allows to use two or more LIBVIRT_CHECK_(LIB|LIB_ALT|PKG) macros > for one library. For example, when we check for existence of > pgk-config file of some library and we know that not all versions of > that library that libvirt

[libvirt] [PATCH 12/89] m4/virt-lib: add new parameter to override default fail action

2016-12-16 Thread Pavel Hrdina
This allows to use two or more LIBVIRT_CHECK_(LIB|LIB_ALT|PKG) macros for one library. For example, when we check for existence of pgk-config file of some library and we know that not all versions of that library that libvirt requires provides this file, we can fallback to use library check.