From 8a464d839f6b3121436ed2b80b7bf66c03db5a12 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:21 +0200 Subject: [PATCH] test if xen is enabled only once Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure b/configure index b64effcfb3..fdcbc83328 100755 --- a/configure +++ b/configure @@ -1690,6 +1690,7 @@ if test "$bluez" = "yes" ; then echo "#define CONFIG_BLUEZ 1" >> $config_host_h fi if test "$xen" = "yes" ; then + echo "CONFIG_XEN=y" >> $config_host_mak echo "XEN_LIBS=$xen_libs" >> $config_host_mak fi if test "$aio" = "yes" ; then @@ -1766,10 +1767,6 @@ else exit 1 fi -if test "$xen" = "yes" ; then - echo "CONFIG_XEN=y" >> $config_host_mak -fi - tools= if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then tools="qemu-img\$(EXESUF) $tools" -- 2.34.1