From 17ccb42efb09717a26d7bfceee7a18ad67d71411 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 25 Sep 2009 10:25:40 +0200 Subject: Bug #593609 - Have buildable exchange-operations plugin again --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.ac') 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) -- cgit