|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-upstream-unstable] Fix backport error introduced by f1cf76785270ebc9798c82ad5f7419129bde7e56
commit dbaf62769e1bfa7636208a4f00ea2331f5c40685
Author: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Wed Jun 27 12:49:50 2012 +0000
Fix backport error introduced by f1cf76785270ebc9798c82ad5f7419129bde7e56
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
configure | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 2f6520c..ea2f8f8 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
--
generated by git-patchbot for /home/xen/git/qemu-upstream-unstable.git
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |