diff options
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 |