summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-04-05 00:14:36 -0400
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-01-23 21:18:13 +0200
commita101a3b3039c0634d095f7ee732aea823a6b405e (patch)
treef446fb9ee87e3469496edade317614d4e0594874 /configure.ac
parentf6ffc482b149b08b7fb0b45ee88499b1523d3281 (diff)
downloadmetacity-a101a3b3039c0634d095f7ee732aea823a6b405e.tar.gz
util: don't generate a backtrace on every G_LOG
We may not show the backtrace, but it's prohibitly expensive to generate, so don't. If someone wants a backtrace they can use the appropriate G_DEBUG environment variable plus GDB. https://bugzilla.gnome.org/show_bug.cgi?id=676855
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a7bf0014..68cd93d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,9 +129,6 @@ AC_ARG_ENABLE(render,
[disable metacity's use of the RENDER extension]),,
enable_render=auto)
-## try definining HAVE_BACKTRACE
-AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
-
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use