meson.build

changeset 41488
95f59c2bc50d
parent 41485
74a04628357f
child 41490
2b1695327414
--- 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

mercurial