diff options
author | Chris Toshok <toshok@ximian.com> | 2003-10-31 05:00:03 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-31 05:00:03 +0800 |
commit | 787cf36948d3e20d43fd00c43bccff33941e968e (patch) | |
tree | 48508c0f9c3966200611e7ce26d9c9f9a36f7a7f /ChangeLog | |
parent | e432971d030baa8bdadf9df859b3198122792a21 (diff) | |
download | gsoc2013-evolution-787cf36948d3e20d43fd00c43bccff33941e968e.tar.gz gsoc2013-evolution-787cf36948d3e20d43fd00c43bccff33941e968e.tar.zst gsoc2013-evolution-787cf36948d3e20d43fd00c43bccff33941e968e.zip |
set enable_smime=yes wherever nss would be enabled.. fixes manually
2003-10-30 Chris Toshok <toshok@ximian.com>
* configure.in: set enable_smime=yes wherever nss would be
enabled.. fixes manually specifying the nss libs and enabling the
smime ui. Also, add a section for generating the correct SMIME UI
flags. gross, but necessary. it should probably be wrapped in
with all the other nss library crap.
(AC_OUTPUT): add smime/tests
svn path=/trunk/; revision=23138
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-10-30 Chris Toshok <toshok@ximian.com> + + * configure.in: set enable_smime=yes wherever nss would be + enabled.. fixes manually specifying the nss libs and enabling the + smime ui. Also, add a section for generating the correct SMIME UI + flags. gross, but necessary. it should probably be wrapped in + with all the other nss library crap. + (AC_OUTPUT): add smime/tests + 2003-10-29 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly |