v5-0006-Remove-old-comment.patch
text/x-patch
Filename: v5-0006-Remove-old-comment.patch
Type: text/x-patch
Part: 5
Message:
Re: Meson build updates
Patch
Format: format-patch
Series: patch v5-0006
Subject: Remove old comment
| File | + | − |
|---|---|---|
| meson.build | 0 | 2 |
From e275e82caa100cb0d199eebd522dd705be6ad8d4 Mon Sep 17 00:00:00 2001
From: Tristan Partin <tristan@neon.tech>
Date: Tue, 16 May 2023 09:19:46 -0500
Subject: [PATCH v5 06/16] 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 c2b100bcb5..121126a7da 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)