diff options
author | Chris Toshok <toshok@ximian.com> | 2003-10-31 06:26:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-31 06:26:48 +0800 |
commit | 251450fb449b5bb986354cb0c5e4f286f005c413 (patch) | |
tree | 9833e64ed521a5f06d33b7c27be7a47d90a26e00 | |
parent | fa2ae7d9e92893ce2b3ef0177619c53f05184d85 (diff) | |
download | gsoc2013-evolution-251450fb449b5bb986354cb0c5e4f286f005c413.tar.gz gsoc2013-evolution-251450fb449b5bb986354cb0c5e4f286f005c413.tar.zst gsoc2013-evolution-251450fb449b5bb986354cb0c5e4f286f005c413.zip |
remove smime/tests for now.
2003-10-30 Chris Toshok <toshok@ximian.com>
* configure.in: (AC_OUTPUT): remove smime/tests for now.
svn path=/trunk/; revision=23142
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2003-10-30 Chris Toshok <toshok@ximian.com> + * configure.in: (AC_OUTPUT): remove smime/tests for now. + +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 diff --git a/configure.in b/configure.in index 0cb42adbd8..a31f912bde 100644 --- a/configure.in +++ b/configure.in @@ -1449,7 +1449,6 @@ mail/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile -smime/tests/Makefile tools/Makefile evolution-shell.pc evolution-addressbook.pc |