diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 5a5aac0e28f..469cb4585cf 100644 --- a/meson.build +++ b/meson.build @@ -722,8 +722,6 @@ choke me endif endif - # XXX: this shouldn't be tested in the windows case, but should be tested in - # the dependency() success case if ldap.found() and cc.has_function('ldap_initialize', dependencies: ldap, args: test_c_args) cdata.set('HAVE_LDAP_INITIALIZE', 1) |