File connector-ldap-fix.patch of Package evolution-exchange
? acinclude-old.diff ? po/POTFILES.skip Index: acinclude.m4 =================================================================== RCS file: /cvs/gnome/evolution-exchange/acinclude.m4,v retrieving revision 1.4 diff -u -r1.4 acinclude.m4 --- acinclude.m4 13 Aug 2004 18:16:45 -0000 1.4 +++ acinclude.m4 15 Aug 2004 15:45:13 -0000 @@ -81,13 +81,6 @@ AC_CHECK_LIB(lber, ber_get_tag, [ if test "$with_static_ldap" = "yes"; then LDAP_LIBS="$with_openldap/lib/liblber.a $LDAP_LIBS" - - # libldap might depend on OpenSSL... We need to pull - # in the dependency libs explicitly here since we're - # not using libtool for the configure test. - if test -f $with_openldap/lib/libldap.la; then - LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS" - fi else LDAP_LIBS="-llber $LDAP_LIBS" fi