]> git.ipfire.org Git - thirdparty/qemu.git/commit - configure
configure: Remove -lxencall for Xen detection
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 11 May 2017 11:35:42 +0000 (12:35 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 16 May 2017 18:49:46 +0000 (11:49 -0700)
commitd9506cab36391c906671b3767d0ccf9c8c0e9645
tree1b5ec2591f07de02da38b5f3425529c8453e5d7f
parent1ff7c5986a515d2d936eba026ff19947bbc7cb92
configure: Remove -lxencall for Xen detection

QEMU does not depends on libxencall, it was added because it was a
missing link dependency of libxendevicemodel, but now the later should
be built properly.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
configure