From f9fbfc64e402bd41815a68426f55565fa6d5c726 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 27 Apr 2018 12:03:41 +0200 Subject: dirmngr: Use the LDAP wrapper process also for Windows. * dirmngr/ldap-wrapper.c: Revamp module to make use of es_poll for portability. * configure.ac: Always use the ldap wrapper. -- Since the migration from GNU Pth to nPth the ldap wrapper never worked reliable on Windows. Our long term use of the old Window CE wrapper thing didn't fixed this either. The new code uses the portable es_poll function and thus code which is tested at several other places. It Should(tm) fix the Windows issues. GnuPG-bug-id: 3937 Signed-off-by: Werner Koch --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7b373a447..f2814dd1d 100644 --- a/configure.ac +++ b/configure.ac @@ -653,7 +653,6 @@ case "${host}" in have_dosish_system=yes have_w32_system=yes require_iconv=no - use_ldapwrapper=no # Fixme: Do this only for CE. require_pipe_to_unblock_pselect=no case "${host}" in *-mingw32ce*) -- cgit v1.2.3