diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-14 02:47:45 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-14 02:47:45 +0800 |
commit | b8830dcada95188292adbe76ac58a03cbbfb556c (patch) | |
tree | b958ca9a5e63e8a35c05c687e6adbab046a67e88 | |
parent | 597b1d90fb83ce367f260f8c4553f76348d8d976 (diff) | |
download | gsoc2013-evolution-b8830dcada95188292adbe76ac58a03cbbfb556c.tar.gz gsoc2013-evolution-b8830dcada95188292adbe76ac58a03cbbfb556c.tar.zst gsoc2013-evolution-b8830dcada95188292adbe76ac58a03cbbfb556c.zip |
remove plugins from ac output
2004-10-13 JP Rosevear <jpr@novell.com>
* configure.in: remove plugins from ac output
svn path=/trunk/; revision=27571
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2004-10-13 JP Rosevear <jpr@novell.com> + * configure.in: remove plugins from ac output + +2004-10-13 JP Rosevear <jpr@novell.com> + * configure.in: pull in libedataserverui as appropriate 2004-10-01 Jeffrey Stedfast <fejj@novell.com> diff --git a/configure.in b/configure.in index 30a0798a06..6e4adfe4df 100644 --- a/configure.in +++ b/configure.in @@ -1506,7 +1506,6 @@ mail/Makefile mail/default/Makefile mail/default/C/Makefile mail/importers/Makefile -plugins/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile |