]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-yajl.m4: Drop useless check for qemu
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Mar 2019 15:36:12 +0000 (16:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Mar 2019 13:29:48 +0000 (14:29 +0100)
commit0b3f7ec88454da7caab492000741d89944afcdf2
treefa82894d674590920188e5a7645965fbc39c5b11
parent3ad7c2e6104b670c2941fd43bb96bc7a10b77031
virt-yajl.m4: Drop useless check for qemu

The code tries to detect installed version of qemu to learn if it
uses HMP or QMP and enable YAJL based on that. Well, we support
only QMP and also minimal required version of qemu is 1.5.0 so
the check would have enabled yajl anyway.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
m4/virt-yajl.m4