]> git.pld-linux.org Git - packages/evolution.git/blob - evolution-openldap.patch
don't build LDAP support. It's broken now
[packages/evolution.git] / evolution-openldap.patch
1 diff -urN evolution-0.8.org/configure.in evolution-0.8/configure.in
2 --- evolution-0.8.org/configure.in      Thu Jan 18 08:16:31 2001
3 +++ evolution-0.8/configure.in  Thu Jan 18 18:08:42 2001
4 @@ -147,19 +147,10 @@
5  dnl **************************************************
6  dnl * ldap related stuff.
7  dnl **************************************************
8 -AC_CHECK_LIB(lber, ber_get_tag, LDAP_LIBS="-llber")
9 -if test x$ac_cv_lib_lber_ber_get_tag = xyes; then
10 -AC_CHECK_LIB(ldap, ldap_open, LDAP_LIBS="-lldap $LDAP_LIBS", ,-llber)
11 -fi
12 -if test x$ac_cv_lib_ldap_ldap_open = xyes; then
13 -       AC_DEFINE(HAVE_LDAP)
14 -       AC_SUBST(LDAP_LIBS)
15 -       msg_ldap=Yes
16 -else
17 -       AC_MSG_WARN(no ldap support present)
18 -       msg_ldap=No
19 -fi
20 -AM_CONDITIONAL(ENABLE_LDAP, test x$ac_cv_lib_ldap_ldap_open = xyes)
21 +LDAP_LIBS=""
22 +AC_SUBST(LDAP_LIBS)
23 +msg_ldap=No
24 +AM_CONDITIONAL(ENABLE_LDAP, test xno = xyes)
25  
26  dnl **************************************************
27  dnl * Posix thread support
This page took 0.027992 seconds and 4 git commands to generate.