diff options
author | Milan Crha <mcrha@redhat.com> | 2009-09-25 16:25:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-09-25 16:25:40 +0800 |
commit | 17ccb42efb09717a26d7bfceee7a18ad67d71411 (patch) | |
tree | 4db7bf42635c9169734a5880c6609a3fa111d5e4 /configure.ac | |
parent | a60c3f37361f5ce5d1b108286ab502232360c522 (diff) | |
download | gsoc2013-evolution-17ccb42efb09717a26d7bfceee7a18ad67d71411.tar.gz gsoc2013-evolution-17ccb42efb09717a26d7bfceee7a18ad67d71411.tar.zst gsoc2013-evolution-17ccb42efb09717a26d7bfceee7a18ad67d71411.zip |
Bug #593609 - Have buildable exchange-operations plugin again
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index b14eecf13c..35a6c1543f 100644 --- a/configure.ac +++ b/configure.ac @@ -1794,16 +1794,6 @@ xexperimental) ;; esac -dnl Temporary KILL-BONOBO hack -for broken_plugin in exchange-operations -do - if echo ${plugins_enabled} | grep "$broken_plugin" > /dev/null - then - plugins_enabled=`echo $plugins_enabled | sed -e "s/$broken_plugin//g"` - echo "warning: plugin $broken_plugin is broken with kill-bonobo changes, disabling it." - fi -done - AC_SUBST(plugins_enabled) AC_SUBST(dist_plugins_base) AC_SUBST(dist_plugins_standard) |