diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-20 16:19:50 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-20 16:19:50 +0800 |
commit | f66a60879c2d608a409fe8c8ea94c16a46996e76 (patch) | |
tree | 05ef5e82b0856b8449731cb8a94ec7d47eab2b47 /ChangeLog | |
parent | 27d6fe7cd7068d9b04d81f6aff5efa6c0a422a91 (diff) | |
download | gsoc2013-evolution-f66a60879c2d608a409fe8c8ea94c16a46996e76.tar.gz gsoc2013-evolution-f66a60879c2d608a409fe8c8ea94c16a46996e76.tar.zst gsoc2013-evolution-f66a60879c2d608a409fe8c8ea94c16a46996e76.zip |
Add AC_LIBTOOL_WIN32_DLL. It is apparently required when using bleeding
2005-07-20 Tor Lillqvist <tml@novell.com>
* configure.in: Add AC_LIBTOOL_WIN32_DLL. It is apparently
required when using bleeding edge libtool.
Enable building with Mozilla nspr and nss on Win32. No -ldl on
Win32. No import library for softokn3.dll provided by the Mozilla
people for some reason.
Add libedataserverui, libglade and gtk+ to the dependencies of
CERT_UI, as the libraries in smime call functions from them.
svn path=/trunk/; revision=29810
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-07-20 Tor Lillqvist <tml@novell.com> + + * configure.in: Add AC_LIBTOOL_WIN32_DLL. It is apparently + required when using bleeding edge libtool. + + Enable building with Mozilla nspr and nss on Win32. No -ldl on + Win32. No import library for softokn3.dll provided by the Mozilla + people for some reason. + + Add libedataserverui, libglade and gtk+ to the dependencies of + CERT_UI, as the libraries in smime call functions from them. + 2005-07-19 Sankar P <psankar@novell.com> * configure.in : Removed the proxy and proxy-login plugins as they are |