aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3054629163..4040be6dce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-27 Not Zed <NotZed@Ximian.com>
+
+ * configure.in: removed bbwhatever it is until the makefiles are
+ fixed.
+
2004-10-25 Radek Doulik <rodo@ximian.com>
* configure.in: added audio-inline plugin, added gstreamer check
diff --git a/configure.in b/configure.in
index e11d543d1a..5eacd302f1 100644
--- a/configure.in
+++ b/configure.in
@@ -1341,7 +1341,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=no)
dnl Add any new plugins here
-plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task bbdb folder-unsubscribe mark-calendar-offline audio-inline"
+plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task folder-unsubscribe mark-calendar-offline audio-inline"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1558,7 +1558,6 @@ plugins/save-calendar/Makefile
plugins/select-one-source/Makefile
plugins/mark-calendar-offline/Makefile
plugins/prefer-plain/Makefile
-plugins/bbdb/Makefile
plugins/copy-tool/Makefile
plugins/folder-unsubscribe/Makefile
smime/Makefile