aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-09-28 16:55:59 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-09-28 16:55:59 +0800
commit665105ab1052fe36ddc742747ff541fdfdae49a5 (patch)
treeb22f156b8d85e6d71ebe1b3160a4ddd99385c831 /ChangeLog
parent4276d74d2713f8b835bc7db8e0e9f92b7e10fdbc (diff)
downloadgsoc2013-evolution-665105ab1052fe36ddc742747ff541fdfdae49a5.tar
gsoc2013-evolution-665105ab1052fe36ddc742747ff541fdfdae49a5.tar.gz
gsoc2013-evolution-665105ab1052fe36ddc742747ff541fdfdae49a5.tar.bz2
gsoc2013-evolution-665105ab1052fe36ddc742747ff541fdfdae49a5.tar.lz
gsoc2013-evolution-665105ab1052fe36ddc742747ff541fdfdae49a5.tar.xz
gsoc2013-evolution-665105ab1052fe36ddc742747ff541fdfdae49a5.tar.zst
gsoc2013-evolution-665105ab1052fe36ddc742747ff541fdfdae49a5.zip
Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set
2005-09-28 Tor Lillqvist <tml@novell.com> * configure.in: Drop unused SOCKET_LIBS leftover. Don't check for OpenLDAP on Win32. Set corresponding variables unconditionally on Win32, as LDAP support is always present (in <winldap.h> and -lwldap32). (CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and _LIBS. These are used only in plugins/exchange-operations/Makefile.am, and now it's enough to use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there. In plugins/exchange-operations: 2005-09-28 Tor Lillqvist <tml@novell.com> * Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS and _LIBS, they now includes all necessary (see top-level ChangeLog). (LDFLAGS): Use NO_UNDEFINED. svn path=/trunk/; revision=30388
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf32c09150..26f2a5beee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-09-28 Tor Lillqvist <tml@novell.com>
+
+ * configure.in: Drop unused SOCKET_LIBS leftover. Don't check for
+ OpenLDAP on Win32. Set corresponding variables unconditionally on
+ Win32, as LDAP support is always present (in <winldap.h> and
+ -lwldap32).
+ (CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and
+ _LIBS. These are used only in
+ plugins/exchange-operations/Makefile.am, and now it's enough to
+ use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there.
+
2005-09-05 Mengjie Yu <meng-jie.yu@sun.com>
* configure.in:grep on Solaris doesn't support -q, use > /dev/null instead.