Fix missplaced %endif
OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=297
This commit is contained in:
parent
af6dcd473d
commit
bcf3fabf05
3
xen.spec
3
xen.spec
@ -707,9 +707,10 @@ configure_flags="${configure_flags} --enable-xend --enable-blktap1"
|
||||
%else
|
||||
%if %{?with_qemu_traditional}0
|
||||
configure_flags="${configure_flags} --disable-xend --enable-blktap1"
|
||||
%endif
|
||||
%else
|
||||
configure_flags="${configure_flags} --disable-xend --disable-blktap1"
|
||||
%endif
|
||||
%endif
|
||||
./configure \
|
||||
--enable-xenapi \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user