Re: [PATCH] meson: fix logic for gnutls check

2021-08-06 Thread Paolo Bonzini
On 06/08/21 16:49, Alyssa Ross wrote: The logic before was if not get_option('gnutls').auto() or have_system Which is equivalent to if get_option('gnutls').enabled() or get_option('gnutls').disabled() or have_system This means that the check for gnutls is performed even if gn

[PATCH] meson: fix logic for gnutls check

2021-08-06 Thread Alyssa Ross
The logic before was if not get_option('gnutls').auto() or have_system Which is equivalent to if get_option('gnutls').enabled() or get_option('gnutls').disabled() or have_system This means that the check for gnutls is performed even if gnutls is disabled, which means that the b