aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-29 03:53:39 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:50 +0800
commit57ea14220ee233c2670743fd128835af2fc163c2 (patch)
tree94f63205ec999d764d4a1c6a7e4fb2d25d25ac63 /configure.ac
parent2199258d17d231ef5956ff4bb834699175d67324 (diff)
downloadgsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar
gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.gz
gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.bz2
gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.lz
gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.xz
gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.tar.zst
gsoc2013-evolution-57ea14220ee233c2670743fd128835af2fc163c2.zip
Remove the profiler plugin.
This plugin was for developers, but no one uses it anymore. Plus the only profiling hooks left in Evolution were in the MessageList widget, which performs fine. There's better ways to collect profiling data these days anyway (sysprof, systemtap, etc.).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index ef69b1bf19..6b3bc14912 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1415,22 +1415,7 @@ dist_plugins_standard="$plugins_standard audio-inline image-inline pst-import"
plugins_experimental_always="external-editor"
plugins_experimental="$plugins_experimental_always $TNEF_ATTACHMENTS"
-dist_plugins_experimental="$plugins_experimental_always profiler tnef-attachments contacts-map"
-
-dnl ******************************
-dnl Profiling support
-dnl ******************************
-AC_ARG_ENABLE([profiling],
- AS_HELP_STRING([--enable-profiling],
- [Enable profiling plugin.]),
- [enable_profiling=$enableval],[enable_profiling=no])
-
-case x"$enable_profiling" in
-x | xyes)
- plugins_experimental="$plugins_experimental profiler"
- AC_DEFINE(ENABLE_PROFILING,1,[Profiling Hooks Enabled])
- ;;
-esac
+dist_plugins_experimental="$plugins_experimental_always tnef-attachments contacts-map"
dnl ******************************************************************
dnl The following plugins have additional library dependencies.
@@ -1776,7 +1761,6 @@ plugins/mail-to-task/Makefile
plugins/mailing-list-actions/Makefile
plugins/mark-all-read/Makefile
plugins/prefer-plain/Makefile
-plugins/profiler/Makefile
plugins/pst-import/Makefile
plugins/publish-calendar/Makefile
plugins/sa-junk-plugin/Makefile