From: Wei Liu Date: Mon, 26 Jan 2015 17:23:53 +0000 (+0000) Subject: XXX hack: work around linker limitation X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=22ef19899ad42f40c3cf4c0b22454ff9a1e364b7;p=people%2Fliuw%2Fqemu.git XXX hack: work around linker limitation --- diff --git a/configure b/configure index 777dd67d11..104e7759a0 100755 --- a/configure +++ b/configure @@ -1841,7 +1841,7 @@ fi # xen probe if test "$xen" != "no" ; then - xen_libs="-lxenstore -lxenctrl -lxenguest" + xen_libs="-lxenstore -lxenctrl -lxenguest -lz" # First we test whether Xen headers and libraries are available. # If no, we are done and there is no Xen support.