diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-25 11:10:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-25 11:10:57 +0800 |
commit | af91eb424ba614ed3712a0e2d0c1b8b6e80ddea6 (patch) | |
tree | a4bf92cfb773de592534a093dff81960fe92bae0 /configure.ac | |
parent | 79e6d5efc32f1cfa33beeff58174bc710ffa67e4 (diff) | |
download | gsoc2013-evolution-af91eb424ba614ed3712a0e2d0c1b8b6e80ddea6.tar.gz gsoc2013-evolution-af91eb424ba614ed3712a0e2d0c1b8b6e80ddea6.tar.zst gsoc2013-evolution-af91eb424ba614ed3712a0e2d0c1b8b6e80ddea6.zip |
Get the "templates" plugin working again.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 988b4d8f1b..70ca2c2550 100644 --- a/configure.ac +++ b/configure.ac @@ -1790,7 +1790,7 @@ plugins_experimental="$plugins_experimental_always $IPOD_SYNC $TNEF_ATTACHMENTS all_plugins_experimental="$plugins_experimental_always ipod-sync tnef-attachments" dnl Temporary KILL-BONOBO hack -enable_plugins="attachment-reminder addressbook-file audio-inline bbdb bogo-junk-plugin caldav calendar-file calendar-http default-mailer default-source email-custom-header external-editor face google-account-setup hula-account-setup imap-features mail-notification mark-all-read plugin-manager profiler sa-junk-plugin save-calendar subject-thread $TNEF_ATTACHMENTS vcard-inline webdav-account-setup" +enable_plugins="attachment-reminder addressbook-file audio-inline bbdb bogo-junk-plugin caldav calendar-file calendar-http default-mailer default-source email-custom-header external-editor face google-account-setup hula-account-setup imap-features mail-notification mark-all-read plugin-manager profiler sa-junk-plugin save-calendar subject-thread templates $TNEF_ATTACHMENTS vcard-inline webdav-account-setup" dnl PLUGINS NOT BUILDING YET dnl ------------------------ @@ -1809,7 +1809,6 @@ dnl pst-import dnl publish-calendar dnl python dnl startup-wizard -dnl templates case x"$enable_plugins" in xno) |