]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: fallback to lib probe if pkgconfig file not found
authorJim Fehlig <jfehlig@suse.com>
Wed, 19 Sep 2018 16:16:23 +0000 (10:16 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 20 Sep 2018 13:59:26 +0000 (07:59 -0600)
commitdc3d2c9f8c7678a950abedd227b1587ca62335c4
treeea8f7ff97c7c7b1565f7efb1b3da2a43455808f1
parente44840c4412ae0713e799366572044d035bcf2da
libxl: fallback to lib probe if pkgconfig file not found

With the assumption that all Xen >= 4.6 contains a pkgconfig file for
libxenlight, commit 5bdcef13 dropped the fallback check to probe
libxenlight with LIBVIRT_CHECK_LIB. At the time it was not known that
the various Xen pkgconfig files are in the -runtime package in Fedora,
instead of the traditional -devel package. This bug [1] was fixed in
Fedora > 28, but until Fedora 28 reaches EOL we'll need to re-introduce
the fallback check.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1629643

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
m4/virt-driver-libxl.m4