aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fd1af81790..85135e5ec5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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],