Remove repeated configure options

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2023-04-25 09:22:42 +01:00
parent 493beb6043
commit f3752caa84

View File

@ -1718,14 +1718,12 @@ run_configure \
%if %{have_block_nfs}
--enable-libnfs \
%endif
--enable-libudev \
%if %{have_liburing}
--enable-linux-io-uring \
%endif
--enable-linux-user \
--enable-live-block-migration \
--enable-multiprocess \
--enable-vnc-jpeg \
--enable-parallels \
%if %{have_librdma}
--enable-pvrdma \
@ -1745,7 +1743,6 @@ run_configure \
--enable-spice \
--enable-spice-protocol \
%endif
--enable-usb-redir \
--enable-vdi \
--enable-vhost-crypto \
%if %{have_virgl}