]> git.proxmox.com Git - mirror_qemu.git/commitdiff
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)
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

index 57b5ae600b2b88306e9867ecedcfa3d328d832eb..139638e922e00fb0df971dc505cfa997944aac1c 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.