summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2017-05-11 12:35:42 +0100
committerStefano Stabellini <sstabellini@kernel.org>2017-05-16 11:49:46 -0700
commitd9506cab36391c906671b3767d0ccf9c8c0e9645 (patch)
tree1b5ec2591f07de02da38b5f3425529c8453e5d7f
parent1ff7c5986a515d2d936eba026ff19947bbc7cb92 (diff)
downloadfocaccia-qemu-d9506cab36391c906671b3767d0ccf9c8c0e9645.tar.gz
focaccia-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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 57b5ae600b..139638e922 100755
--- 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.