]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-yajl: Fix detection of yajl requirements
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 29 Sep 2016 07:48:50 +0000 (09:48 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 6 Oct 2016 11:35:42 +0000 (13:35 +0200)
commit36e73cb70b6abf2e2fe0fd11a51236668a73c29f
tree0aee0c3e7d392c591533705f2a6dd20082d1c1e3
parent472ab04d4a5badf1b7c76c40d28157515ea073db
virt-yajl: Fix detection of yajl requirements

Running the output of qemu -help doesn't make any sense.  We should be
looking for libvirt being mentioned in the output.  This worked by
accident, let's make it work as expected it to.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
m4/virt-yajl.m4