diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-01-30 14:42:01 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-01-30 14:42:01 +0800 |
commit | 1710ef694e3bd7eeb88d58e45d7a4292c5129369 (patch) | |
tree | 8b781538e9a7edfb7b071029ac072d028aaa215a /configure.in | |
parent | 73b19aac2eeaf2841eb61e552c7f39741934d669 (diff) | |
download | gsoc2013-evolution-1710ef694e3bd7eeb88d58e45d7a4292c5129369.tar.gz gsoc2013-evolution-1710ef694e3bd7eeb88d58e45d7a4292c5129369.tar.zst gsoc2013-evolution-1710ef694e3bd7eeb88d58e45d7a4292c5129369.zip |
Correct the typo in plugins_base made in
the last commit - let the HEAD to get built again.
svn path=/trunk/; revision=28616
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6f9b8823d0..44bd84c332 100644 --- a/configure.in +++ b/configure.in @@ -1333,7 +1333,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE) AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=base) dnl Add any new plugins here -plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup groupwise-status-tracking default-source addressbook-file addressbok-groupwise" +plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup groupwise-status-tracking default-source addressbook-file addressbook-groupwise" plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore new-mail-notify groupwise-status-tracking default-source addressbook-file addressbook-groupwise" |