diff options
author | Werner Koch <wk@gnupg.org> | 2018-04-27 12:03:41 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2018-04-27 12:05:31 +0200 |
commit | f9fbfc64e402bd41815a68426f55565fa6d5c726 (patch) | |
tree | 3e939d2c25a4dab2fce5fae6b85eea601c9cf726 /configure.ac | |
parent | dirmngr: Silence log output from dirmngr_ldap. (diff) | |
download | gnupg2-f9fbfc64e402bd41815a68426f55565fa6d5c726.tar.xz gnupg2-f9fbfc64e402bd41815a68426f55565fa6d5c726.zip |
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 <wk@gnupg.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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*) |