From a685d8fad35c77ef0f5fc02467e31851fae6fb21 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Tue, 21 Jan 2003 06:33:50 +0000 Subject: [PATCH] Disabling Glue when building with timeline b=189869. r=cls --- xpfe/bootstrap/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpfe/bootstrap/Makefile.in b/xpfe/bootstrap/Makefile.in index 62ecb6725327..d1945fc0fecb 100644 --- a/xpfe/bootstrap/Makefile.in +++ b/xpfe/bootstrap/Makefile.in @@ -39,9 +39,11 @@ endif ifeq (,$(filter mac,$(MOZ_WIDGET_TOOLKIT))) ifndef BUILD_STATIC_LIBS +ifndef MOZ_TIMELINE GRE_BUILD = 1; endif endif +endif ifdef GRE_BUILD DEFINES += -DXPCOM_GLUE