--- a/meson.build Thu Aug 11 21:26:10 2022 -0500 +++ b/meson.build Thu Aug 11 21:56:21 2022 -0500 @@ -577,8 +577,7 @@ conf.set('HAVE_' + func.to_upper(), compiler.has_function(func)) endforeach -sasl = dependency('libsasl2', version : '>= 2.0', required : get_option('cyrus-sasl')) -conf.set('HAVE_CYRUS_SASL', sasl.found()) +sasl = dependency('libsasl2', version : '>= 2.0') ####################################################################### # Check for external libzephyr