mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13: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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$xen" = "yes" ;
|
if test "$xen" = "yes" ; then
|
||||||
then
|
echo "CONFIG_XEN=y" >> $config_host_mak
|
||||||
echo "CONFIG_XEN=y" >> $config_host_mak
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tools=
|
tools=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue