This series removes about 1000 lines of code by converting the handwritten configure checks to Meson.
Based-on: <20210603133722.218465-1-pbonz...@redhat.com> Paolo Bonzini (26): meson: drop unused CONFIG_GCRYPT_HMAC configure: drop unused variables for xts configure, meson: convert crypto detection to meson configure, meson: convert libtasn1 detection to meson configure, meson: convert pam detection to meson configure, meson: convert libusb detection to meson configure, meson: convert libcacard detection to meson configure, meson: convert libusbredir detection to meson configure, meson: convert vte detection to meson configure, meson: convert virgl detection to meson configure, meson: convert libdaxctl detection to meson configure, meson: convert libpmem detection to meson configure, meson: convert liburing detection to meson configure, meson: convert libxml2 detection to meson meson: sort header tests meson: remove preadv from summary configure, meson: move CONFIG_IVSHMEM to meson configure: convert HAVE_BROKEN_SIZE_MAX to meson configure: convert compiler tests to meson, part 1 meson: store dependency('threads') in a variable configure: convert compiler tests to meson, part 2 configure: convert compiler tests to meson, part 3 configure: convert CONFIG_STATIC_ASSERT tests to meson configure: convert compiler tests to meson, part 4 configure: convert compiler tests to meson, part 5 configure: convert compiler tests to meson, part 6 authz/meson.build | 2 +- configure | 1343 ++-------------------------------------- crypto/meson.build | 41 +- docs/devel/kconfig.rst | 2 +- hw/display/meson.build | 6 +- hw/usb/meson.build | 6 +- meson.build | 368 ++++++++--- meson_options.txt | 26 + tests/unit/meson.build | 10 +- ui/vnc-auth-sasl.c | 2 +- util/meson.build | 5 +- 11 files changed, 388 insertions(+), 1423 deletions(-) -- 2.31.1