]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-driver-qemu.m4: Make qemu driver optional
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Mar 2019 12:30:26 +0000 (13:30 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Mar 2019 16:27:49 +0000 (17:27 +0100)
commit5f2adfab59f18599a57c95a78c2970ddb470e142
tree6909432c150f4e305af6a2f5a9614015154f560d
parent0b3f7ec88454da7caab492000741d89944afcdf2
virt-driver-qemu.m4: Make qemu driver optional

The basic idea of our configure script is to probe for things
rather than have them enabled by default. This is even more
visible in the next commit where configure fails if qemu driver
is enabled but no yajl is found.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
m4/virt-driver-qemu.m4