summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange/files/patch-configure
blob: 2421e34b3eab94f7ada2f055acd383d7594d5b61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.orig  Thu Nov 10 17:41:52 2005
+++ configure   Thu Nov 10 17:43:52 2005
@@ -2072,7 +2072,7 @@
    ;;
 esac
 
-EVOLUTION_API_VERSION=2.4
+EVOLUTION_API_VERSION=2.6
 EDS_API_VERSION=1.2
 
 echo "$as_me:$LINENO: checking Evolution version" >&5
@@ -24837,8 +24837,8 @@
                # 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"
+               if test -f $with_openldap/lib/libldap.so; then
+                   LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS"
                fi
            else
                LDAP_LIBS="-llber $LDAP_LIBS"