diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:54 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:20 -0500 |
commit | cfde872b5daf38c2be7f09277ea42b4950db81c9 (patch) | |
tree | dc7a857f32747bbd0fd36d7dd37e1985413ae67c /configure | |
parent | 84f1581861b880f28a927bbcefa564f54ea8d255 (diff) |
fix indententation
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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= |