From: Stefano Stabellini Date: Wed, 27 Jun 2012 12:49:50 +0000 (+0000) Subject: Fix backport error introduced by f1cf76785270ebc9798c82ad5f7419129bde7e56 X-Git-Tag: qemu-xen-4.2.0~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dbaf62769e1bfa7636208a4f00ea2331f5c40685;p=qemu-upstream-4.2-testing.git Fix backport error introduced by f1cf76785270ebc9798c82ad5f7419129bde7e56 Signed-off-by: Stefano Stabellini --- diff --git a/configure b/configure index 2f6520cbf..ea2f8f835 100755 --- a/configure +++ b/configure @@ -1331,8 +1331,7 @@ int main(void) { return 0; } EOF - compile_prog "" "$xen_libs" - ) ; then + if compile_prog "" "$xen_libs" ; then xen_ctrl_version=420 xen=yes @@ -1355,7 +1354,8 @@ int main(void) { return 0; } EOF - if compile_prog "" "$xen_libs" ; then + compile_prog "" "$xen_libs" + ) ; then xen_ctrl_version=410 xen=yes