]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: require Jansson if QEMU driver is enabled
authorJán Tomko <jtomko@redhat.com>
Fri, 11 May 2018 12:27:02 +0000 (14:27 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 18 Jul 2018 15:54:18 +0000 (17:54 +0200)
commit01ce04375c3348fd683475e5aa5231149ef6a78a
tree9284ff4698115565520c41382f83332eaa0176bc
parentc5ae8e0c2b4b6bb3c667cfadaf65a66c3f4f3d85
build: require Jansson if QEMU driver is enabled

If the QEMU driver was requested, require Jansson, since we need to use
the JSON monitor to probe capabilities for all QEMU version supported
by libvirt.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
m4/virt-driver-qemu.m4