diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-25 23:17:33 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-25 23:17:33 +0200 |
commit | f46c1eaa4736787fe7f48191b87b780588dedf99 (patch) | |
tree | b08f113a6167ab67e6f8cd8fef9cafd43d310d38 /configure.in | |
parent | 3e95aa47a6803de559a84f7b896d59bebdecfd26 (diff) | |
download | caja-f46c1eaa4736787fe7f48191b87b780588dedf99.tar.bz2 caja-f46c1eaa4736787fe7f48191b87b780588dedf99.tar.xz |
remove unused profiling in configure.in
https://bugzilla.gnome.org/show_bug.cgi?id=661632
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.in b/configure.in index 66575b65..e6cd690d 100644 --- a/configure.in +++ b/configure.in @@ -106,7 +106,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", AH_TEMPLATE([ENABLE_INSTALLER]) AH_TEMPLATE([ENABLE_NLS]) -AH_TEMPLATE([ENABLE_PROFILER]) AH_TEMPLATE([GETTEXT_PACKAGE]) AH_TEMPLATE([HAVE_CATGETS]) AH_TEMPLATE([HAVE_GETTEXT]) @@ -145,25 +144,6 @@ GTK_DOC_CHECK([1.4]) dnl ========================================================================== -ENABLE_PROFILER= -AC_ARG_ENABLE(profiler, - AC_HELP_STRING([--enable-profiler], [Enable profiler]), - [ENABLE_PROFILER=1 - AC_DEFINE(ENABLE_PROFILER, 1, [define to enable the profiler])]) - -profiling_support=off -if test "x$ENABLE_PROFILER" = "x1" -then - CFLAGS="-g -O -gdwarf-2 -finstrument-functions -D__NO_STRING_INLINES $CFLAGS" - LDFLAGS="/mate/MATE2/lib/libprofiler.so -lpthread $LDFLAGS" - profiling_support=on -fi - -AC_SUBST(ENABLE_PROFILER) -AM_CONDITIONAL(ENABLE_PROFILER, test "x$ENABLE_PROFILER" = "x1") - -dnl ========================================================================== - AC_CHECK_PROGS(PERL, perl5 perl) AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) @@ -504,7 +484,6 @@ caja-$VERSION: Gtk+ version: ${GTK_API_VERSION} PackageKit support: $msg_packagekit - profiling support: ${profiling_support} caja-extension documentation: ${enable_gtk_doc} caja-extension introspection: ${found_introspection} " |