summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-19 19:22:56 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-21 14:56:04 +0100
commit6bf9b9a1642da4f47b69b44ec165beb1df712253 (patch)
tree459d44681b270bc6d5ce740d7b46591b81c8a810
parent83477e31f5f8d0a27ba9ec5814d44c98e05aa1d2 (diff)
downloadtelepathy-logger-6bf9b9a1642da4f47b69b44ec165beb1df712253.tar.gz
Remove vestigial handle-leak-debug stuff cargo-culted from telepathy-glib
This is only useful for connection manager executables. The logger isn't one of those.
-rw-r--r--configure.ac12
-rw-r--r--extensions/Makefile.am2
2 files changed, 1 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 36c2208..a7369ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,12 +101,6 @@ AC_ARG_ENABLE(debug,
AC_HELP_STRING([--disable-debug],[compile without debug code]),
enable_debug=$enableval, enable_debug=yes)
-#### TODO test this
-#AC_ARG_ENABLE(handle-leak-debug,
-# AC_HELP_STRING([--enable-handle-leak-debug],[compile with -rdynamic so telepathy-glib handle leak debugging code will work]),
-# enable_handle_leak_debug=$enableval, enable_handle_leak_debug=no )
-
-
AC_ARG_ENABLE(Werror,
AC_HELP_STRING([--disable-Werror],[compile without -Werror (normally enabled in development builds)]),
werror=$enableval, werror=yes)
@@ -212,12 +206,6 @@ if test x$enable_debug = xyes; then
fi
AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = xyes])
-if test x$enable_handle_leak_debug = xyes; then
- AC_DEFINE(ENABLE_HANDLE_LEAK_DEBUG, [], [Enable handle leak debug code])
- HANDLE_LEAK_DEBUG_CFLAGS="-rdynamic"
-fi
-AC_SUBST(HANDLE_LEAK_DEBUG_CFLAGS)
-
# -----------------------------------------------------------
# Coding style checks
# -----------------------------------------------------------
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 0ef6875..a2e9fcc 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -74,7 +74,7 @@ libtpl_extensions_la_SOURCES =
libtpl_extensions_la_LIBADD = libtpl-extensions-convenience.la
endif # ENABLE_PUBLIC_EXTENSIONS
-AM_CFLAGS = $(ERROR_CFLAGS) @LIBTPL_CFLAGS@ @HANDLE_LEAK_DEBUG_CFLAGS@
+AM_CFLAGS = $(ERROR_CFLAGS) @LIBTPL_CFLAGS@
AM_LDFLAGS = @LIBTPL_LIBS@
# Generated stuff