From: Henrik Nordstrom Date: Mon, 26 Apr 2010 22:32:58 +0000 (+0200) Subject: Backout invalid --enable-mem-gen-trace refactoring X-Git-Tag: SQUID_3_2_0_1~266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=521e9ab17dd85f496d13ff7e67711227956148f4;p=thirdparty%2Fsquid.git Backout invalid --enable-mem-gen-trace refactoring --- diff --git a/configure.in b/configure.in index d3231ae6e0..2ceb7bb631 100644 --- a/configure.in +++ b/configure.in @@ -943,10 +943,6 @@ dnl dnl AC_ARG_ENABLE(mem-gen-trace, dnl [ --enable-mem-gen-trace Do trace of memory stuff], dnl [ if test "$enableval" = "yes" ; then -if test "$enableval" = "yes" ; then - AC_MSG_NOTICE([Enabling automatic stack backtraces on fatal errors]) - AC_DEFINE(PRINT_STACK_TRACE, 1,[Print stacktraces on fatal errors]) - fi dnl AC_MSG_NOTICE([Memory trace (to file) enabled]) dnl AC_DEFINE(MEM_GEN_TRACE,1,[Define for log file trace of mem alloc/free]) dnl fi