]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: require yajl >= 2.0.3
authorJán Tomko <jtomko@redhat.com>
Tue, 2 Apr 2019 21:50:37 +0000 (23:50 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 3 Apr 2019 11:30:47 +0000 (13:30 +0200)
commit105756660f944e7db02de3b55b98bb7c11cd03bf
tree28a276da1838ddf588389080d4e87cde130f4c09
parent4e75b0a00fb4ad72900834f60699b25669e8cfd4
build: require yajl >= 2.0.3

The pkg-config file was introduced by commit b729ded which was released
in yajl 2.0.3.

Since all our supported platforms include at least yajl 2.0.4,
use pkg-config to detect the library and set the minimum to 2.0.3.

https://repology.org/project/yajl/versions

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
m4/virt-driver-qemu.m4
m4/virt-yajl.m4