blob: 6784aa343848389ffff64b16d7b1e2449a2a31cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- evolution-1.1.90/acinclude.m4.orig 2002-09-04 22:28:05.000000000 +0200
+++ evolution-1.1.90/acinclude.m4 2002-11-07 14:03:12.000000000 +0100
@@ -107,7 +107,7 @@
case $with_static_ldap in
no|"")
- if test -f $with_openldap/lib/libldap.la; then
+ if test ! -f $with_openldap/lib/libldap.la; then
with_static_ldap=yes
else
with_static_ldap=no
|