From d9506cab36391c906671b3767d0ccf9c8c0e9645 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Thu, 11 May 2017 12:35:42 +0100 Subject: 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 Reviewed-by: Stefano Stabellini --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3