diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-05-21 15:54:48 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-05-21 15:54:48 +0000 |
commit | 2567f5796c38238d6f2055f074e347a0338140ce (patch) | |
tree | 8ee44d39f02e63e417dfc2468fa0a90e3cc4ca94 /configure | |
parent | e20a8dff4c0da3827764924139d3bb73962f5d5a (diff) | |
download | qemu-2567f5796c38238d6f2055f074e347a0338140ce.tar.gz qemu-2567f5796c38238d6f2055f074e347a0338140ce.tar.bz2 qemu-2567f5796c38238d6f2055f074e347a0338140ce.zip |
Compile most Xen files only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |