diff options
Diffstat (limited to 'mail/evolution-exchange/files/patch-configure')
-rw-r--r-- | mail/evolution-exchange/files/patch-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure deleted file mode 100644 index f5d9a43d8c25..000000000000 --- a/mail/evolution-exchange/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- 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" |