diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-06-23 21:09:01 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-06-23 21:09:01 +0800 |
commit | a61871ec44afd1bcf11c0404c102f797d528b0a0 (patch) | |
tree | 9c8fbdc771027854ef6faee4f62c8ee5657361f8 /configure.in | |
parent | d76a0c81c7848e068ce0f995f748682ffd5959d7 (diff) | |
download | gsoc2013-evolution-a61871ec44afd1bcf11c0404c102f797d528b0a0.tar.gz gsoc2013-evolution-a61871ec44afd1bcf11c0404c102f797d528b0a0.tar.zst gsoc2013-evolution-a61871ec44afd1bcf11c0404c102f797d528b0a0.zip |
add mono plugin to the base list only if it was enabled as a configure
2005-06-23 Harish Krishnaswamy <kharish@novell.com>
* configure.in : add mono plugin to the base list only if
it was enabled as a configure option.
svn path=/trunk/; revision=29576
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b1701cb7e4..4830d58f0e 100644 --- a/configure.in +++ b/configure.in @@ -823,6 +823,7 @@ AC_ARG_ENABLE(mono, [ --enable-mono=[yes,no] Add Mono embedded hooks.], if test "x${enable_mono}" = "xyes"; then AC_DEFINE(ENABLE_MONO,1,[Define if Mono embedding should be enabled]) mono_package="mono" + MONO_PLUGIN="mono" fi dnl ******************************************************************************** @@ -1501,7 +1502,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE) AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/base/all/experimental/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=all) dnl Add any new plugins here -plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features $EXCHANGE_PLUGIN mono" +plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features $EXCHANGE_PLUGIN $MONO_PLUGIN" 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 default-mailer" |