diff options
author | Anthony PERARD <anthony.perard@citrix.com> | 2017-05-11 12:35:42 +0100 |
---|---|---|
committer | Stefano Stabellini <sstabellini@kernel.org> | 2017-05-16 11:49:46 -0700 |
commit | d9506cab36391c906671b3767d0ccf9c8c0e9645 (patch) | |
tree | 1b5ec2591f07de02da38b5f3425529c8453e5d7f /configure | |
parent | 1ff7c5986a515d2d936eba026ff19947bbc7cb92 (diff) |
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. |