diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-08-14 Dan Winship <danw@ximian.com> + + * configure.in (LDAP_LIBS): Remove an obvious typo reported by + Miles + 2001-08-11 Kjartan Maraas <kmaraas@gnome.org> * README: Be truthful about the versions of libs we need. diff --git a/configure.in b/configure.in index 8806029d88..a04c46897f 100644 --- a/configure.in +++ b/configure.in @@ -441,7 +441,7 @@ if test "$msg_ldap" = yes; then fi AC_CHECK_LIB(ldap, ldap_open, [ if test $msg_ldap_linktype = "(static)"; then - LDAP_LIBS="$with_openldap/lib/libldap.a $LDAP_LIBS", + LDAP_LIBS="$with_openldap/lib/libldap.a $LDAP_LIBS" else LDAP_LIBS="-lldap $LDAP_LIBS" fi], |