configure: Fix --without-default-features propagation to meson
commit332008e0b9da33dee2c765db3e4e16b3c3ba3a92
authorThomas Huth <thuth@redhat.com>
Tue, 13 Jul 2021 09:31:52 +0000 (13 11:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Jul 2021 12:44:51 +0000 (22 14:44 +0200)
treef9c3d2f02b7555f3cfefacd616d070166c1c58c0
parentac34711171f0b350d9125c46691744405b6a54ce
configure: Fix --without-default-features propagation to meson

A typo prevents that many features get disabled when the user
runs "configure" with the --without-default-features switch.

Reported-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210713093155.677589-2-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure