diff options
author | Anthony PERARD | 2017-05-11 13:35:42 +0200 |
---|---|---|
committer | Stefano Stabellini | 2017-05-16 20:49:46 +0200 |
commit | d9506cab36391c906671b3767d0ccf9c8c0e9645 (patch) | |
tree | 1b5ec2591f07de02da38b5f3425529c8453e5d7f /configure | |
parent | xen/mapcache: store dma information in revmapcache entries for debugging (diff) | |
download | qemu-d9506cab36391c906671b3767d0ccf9c8c0e9645.tar.gz qemu-d9506cab36391c906671b3767d0ccf9c8c0e9645.tar.xz qemu-d9506cab36391c906671b3767d0ccf9c8c0e9645.zip |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2015,7 +2015,7 @@ if test "$xen" != "no" ; then else xen_libs="-lxenstore -lxenctrl -lxenguest" - xen_stable_libs="-lxencall -lxenforeignmemory -lxengnttab -lxenevtchn" + xen_stable_libs="-lxenforeignmemory -lxengnttab -lxenevtchn" # First we test whether Xen headers and libraries are available. # If no, we are done and there is no Xen support. |