mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
fix indententation
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
84f1581861
commit
cfde872b5d
1 changed files with 2 additions and 3 deletions
5
configure
vendored
5
configure
vendored
|
@ -1797,9 +1797,8 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if test "$xen" = "yes" ;
|
||||
then
|
||||
echo "CONFIG_XEN=y" >> $config_host_mak
|
||||
if test "$xen" = "yes" ; then
|
||||
echo "CONFIG_XEN=y" >> $config_host_mak
|
||||
fi
|
||||
|
||||
tools=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue