]> git.pld-linux.org Git - packages/evolution.git/blame - evolution-no-static-ldap.patch
- don't force static ldap
[packages/evolution.git] / evolution-no-static-ldap.patch
CommitLineData
4c9393af
JB
1--- evolution-1.2.1/acinclude.m4.orig Wed Sep 4 22:28:05 2002
2+++ evolution-1.2.1/acinclude.m4 Fri Jan 17 13:53:38 2003
3@@ -106,15 +106,11 @@
4 AC_DEFINE(HAVE_LDAP)
5
6 case $with_static_ldap in
7- no|"")
8- if test -f $with_openldap/lib/libldap.la; then
9- with_static_ldap=yes
10- else
11- with_static_ldap=no
12- fi
13+ yes)
14+ with_static_ldap=yes
15 ;;
16 *)
17- with_static_ldap=yes
18+ with_static_ldap=no
19 ;;
20 esac
21
This page took 0.044087 seconds and 4 git commands to generate.