From 4b6f7546b80b48c24cda221f09235cd5ac53bfbd Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 14 Aug 2001 14:59:17 +0000 Subject: Remove an obvious typo reported by Miles * configure.in (LDAP_LIBS): Remove an obvious typo reported by Miles svn path=/trunk/; revision=12011 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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], -- cgit v1.2.3