diff options
author | David Shaw <[email protected]> | 2004-05-24 23:20:11 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-05-24 23:20:11 +0000 |
commit | f44d48928b164a29b79c6d55681b01c44eba5318 (patch) | |
tree | bb960fc40b0ce4a475bfdc87a5f1e2f295430aac | |
parent | * verify.c (verify_signatures): Verify multiple files in the same order in (diff) | |
download | gnupg-f44d48928b164a29b79c6d55681b01c44eba5318.tar.gz gnupg-f44d48928b164a29b79c6d55681b01c44eba5318.zip |
* configure.ac: Try for wldap32 on Win32 platforms.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-05-24 David Shaw <[email protected]> + + * configure.ac: Try for wldap32 on Win32 platforms. + 2004-05-22 Werner Koch <[email protected]> Releases 1.3.6. diff --git a/configure.ac b/configure.ac index 3ad88f903..7c6dac0dd 100644 --- a/configure.ac +++ b/configure.ac @@ -410,6 +410,7 @@ case "${target}" in have_dosish_system=yes need_dlopen=no try_gettext="no" + LDAPLIBS="-lwldap32" ;; i?86-emx-os2 | i?86-*-os2*emx ) # OS/2 with the EMX environment |