diff --git a/meson.build b/meson.build index ad40ff48..c598972d 100644 --- a/meson.build +++ b/meson.build @@ -83,17 +83,6 @@ thread_dep = dependency('threads') math_dep = cc.find_library('m', required: true) libstrophe_dep = dependency('libstrophe', version: '>= 0.12.3') -# Check if libstrophe works -if not cc.links(''' - #include - int main() { - xmpp_initialize(); - return 0; - } - ''', dependencies: libstrophe_dep) - error('libstrophe is broken') -endif - # Check for XMPP_CERT_PUBKEY_FINGERPRINT_SHA256 support if cc.links(''' #include