From 787cf36948d3e20d43fd00c43bccff33941e968e Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 30 Oct 2003 21:00:03 +0000 Subject: set enable_smime=yes wherever nss would be enabled.. fixes manually 2003-10-30 Chris Toshok * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a308e08f09..55e5dccf08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-10-30 Chris Toshok + + * 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 * Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly -- cgit