aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-05-21 15:54:48 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-05-21 15:54:48 +0000
commit2567f5796c38238d6f2055f074e347a0338140ce (patch)
tree8ee44d39f02e63e417dfc2468fa0a90e3cc4ca94 /configure
parente20a8dff4c0da3827764924139d3bb73962f5d5a (diff)
downloadqemu-2567f5796c38238d6f2055f074e347a0338140ce.zip
qemu-2567f5796c38238d6f2055f074e347a0338140ce.tar.gz
qemu-2567f5796c38238d6f2055f074e347a0338140ce.tar.bz2
Compile most Xen files only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 186e535..36596ba 100755
--- a/configure
+++ b/configure
@@ -1708,6 +1708,11 @@ else
exit 1
fi
+if test "$xen" = "yes" ;
+ then
+ echo "CONFIG_XEN=yes" >> $config_mak
+fi
+
tools=
if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
tools="qemu-img\$(EXESUF) $tools"