From 4c9393afad2d02ee7d74ae8bb5549666646b227c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 17 Jan 2003 13:44:07 +0000 Subject: [PATCH] - don't force static ldap Changed files: evolution-no-static-ldap.patch -> 1.1 --- evolution-no-static-ldap.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 evolution-no-static-ldap.patch diff --git a/evolution-no-static-ldap.patch b/evolution-no-static-ldap.patch new file mode 100644 index 0000000..20a68f0 --- /dev/null +++ b/evolution-no-static-ldap.patch @@ -0,0 +1,21 @@ +--- evolution-1.2.1/acinclude.m4.orig Wed Sep 4 22:28:05 2002 ++++ evolution-1.2.1/acinclude.m4 Fri Jan 17 13:53:38 2003 +@@ -106,15 +106,11 @@ + AC_DEFINE(HAVE_LDAP) + + case $with_static_ldap in +- no|"") +- if test -f $with_openldap/lib/libldap.la; then +- with_static_ldap=yes +- else +- with_static_ldap=no +- fi ++ yes) ++ with_static_ldap=yes + ;; + *) +- with_static_ldap=yes ++ with_static_ldap=no + ;; + esac + -- 2.44.0