From f6845f22be1f1cfb684731ca5f852c642b32778f Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Fri, 7 Dec 2001 05:53:27 +0000 Subject: [PATCH] backing out previous checkin. Makefile.in wants to decend into mozilla/tools and we dont pull that by default. --- configure.in | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/configure.in b/configure.in index 0fbf7a7ed3dd..03f5cdc03de5 100644 --- a/configure.in +++ b/configure.in @@ -3437,16 +3437,9 @@ dnl = Timeline is off by default. dnl ======================================================== MOZ_TIMELINE= MOZ_ARG_ENABLE_BOOL(timeline, -[ --enable-timeline Enable timeline services (default=debug)], - _MOZ_TIMELINE=1 , , - [ if test "$MOZ_DEBUG"; then - _MOZ_TIMELINE=1 - fi]) - -if test "$_MOZ_TIMELINE"; then +[ --enable-timeline Enable timeline services ], AC_DEFINE(MOZ_TIMELINE) - MOZ_TIMELINE=1 -fi + MOZ_TIMELINE=1) dnl ======================================================== dnl Turn on reflow counting @@ -3471,14 +3464,9 @@ dnl = Enable trace malloc dnl ======================================================== NS_TRACE_MALLOC= MOZ_ARG_ENABLE_BOOL(trace-malloc, -[ --enable-trace-malloc Enable malloc tracing (default=debug)], - _NS_TRACE_MALLOC=1 , , - [ if test "$MOZ_DEBUG"; then - _NS_TRACE_MALLOC=1 - fi]) - -if test "$_NS_TRACE_MALLOC"; then - NS_TRACE_MALLOC=1 +[ --enable-trace-malloc Enable malloc tracing], + NS_TRACE_MALLOC=1 ) +if test "$NS_TRACE_MALLOC"; then # Please, Mr. Linker Man, don't take away our symbol names MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS= USE_ELF_DYNSTR_GC=