From 2567f5796c38238d6f2055f074e347a0338140ce Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Thu, 21 May 2009 15:54:48 +0000 Subject: Compile most Xen files only once Signed-off-by: Blue Swirl --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 186e535768..36596ba96b 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" -- cgit v1.2.3