summaryrefslogtreecommitdiff
path: root/mail/evolution-exchange/files/patch-configure
blob: f5d9a43d8c25fd988d94a60a8d4fb392e0b0a31c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- configure.orig	Thu Nov 10 17:41:52 2005
+++ configure	Thu Nov 10 17:43:52 2005
@@ -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"