v2-0006-Remove-old-comment.patch
text/x-patch
Filename: v2-0006-Remove-old-comment.patch
Type: text/x-patch
Part: 5
Message:
Re: Meson build updates
Patch
Format: format-patch
Series: patch v2-0006
Subject: Remove old comment
| File | + | − |
|---|---|---|
| meson.build | 0 | 2 |
From d64130b2d3ac760de94fc8854b55331012b5f0f3 Mon Sep 17 00:00:00 2001
From: Tristan Partin <tristan@neon.tech>
Date: Tue, 16 May 2023 09:19:46 -0500
Subject: [PATCH v2 06/17] Remove old comment
That portion of code is not run in the Windows case already given the
structure of the surrounding if statement.
---
meson.build | 2 --
1 file changed, 2 deletions(-)
diff --git a/meson.build b/meson.build
index f608eaed30..42797694f0 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)
--
Tristan Partin
Neon (https://neon.tech)