diff options
author | Philip Van Hoof <pvanhoof@gnome.org> | 2005-03-21 23:32:48 +0800 |
---|---|---|
committer | Philip Van Hoof <pvanhoof@src.gnome.org> | 2005-03-21 23:32:48 +0800 |
commit | a28310cfb08a82b540cba718bd16f8a1264b549b (patch) | |
tree | 9174db82f03161744106f04eb1d3b4e9fc245626 | |
parent | f2543e770daf2df2d44e962787d8b06877a891fb (diff) | |
download | gsoc2013-evolution-a28310cfb08a82b540cba718bd16f8a1264b549b.tar.gz gsoc2013-evolution-a28310cfb08a82b540cba718bd16f8a1264b549b.tar.zst gsoc2013-evolution-a28310cfb08a82b540cba718bd16f8a1264b549b.zip |
Fix for #73917
2005-03-21 Philip Van Hoof <pvanhoof@gnome.org>
* configure.in: Fix for #73917
svn path=/trunk/; revision=29075
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-03-21 Philip Van Hoof <pvanhoof@gnome.org> + + * configure.in: Fix for #73917 + 2005-03-16 Pawan Chitrakar <pawan@nplinux.org> * configure.in: Added ne in ALL_LINGUAS diff --git a/configure.in b/configure.in index ccbae06fb4..d5a2e2dd1f 100644 --- a/configure.in +++ b/configure.in @@ -1337,7 +1337,7 @@ AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/base/all/experimental/list] 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 addressbook-groupwise startup-wizard" -plugins_standard="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions new-mail-notify" +plugins_standard="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify" plugins_experimental="backup-restore folder-unsubscribe mail-to-meeting" |