Revision 5647eb74

b/configure
1690 1690
  echo "#define CONFIG_BLUEZ 1" >> $config_host_h
1691 1691
fi
1692 1692
if test "$xen" = "yes" ; then
1693
  echo "CONFIG_XEN=y" >> $config_host_mak
1693 1694
  echo "XEN_LIBS=$xen_libs" >> $config_host_mak
1694 1695
fi
1695 1696
if test "$aio" = "yes" ; then
......
1766 1767
    exit 1
1767 1768
fi
1768 1769

  
1769
if test "$xen" = "yes" ; then
1770
  echo "CONFIG_XEN=y" >> $config_host_mak
1771
fi
1772

  
1773 1770
tools=
1774 1771
if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
1775 1772
  tools="qemu-img\$(EXESUF) $tools"

Also available in: Unified diff