From 0b180484f15babc62b5a780282ea81fc9c02e541 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 24 Jul 2007 01:20:29 +0000 Subject: [PATCH] Bug #388878 --> add a missing MOZILLA_OFFICIAL to Makefile.in. this should turn on breakpad for the release builds. sr=bienvenu --- mail/app/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail/app/Makefile.in b/mail/app/Makefile.in index e2d7c549fd5..6c59bb2c30b 100644 --- a/mail/app/Makefile.in +++ b/mail/app/Makefile.in @@ -193,6 +193,10 @@ endif include $(topsrcdir)/config/rules.mk +ifdef MOZILLA_OFFICIAL +DEFINES += -DMOZILLA_OFFICIAL +endif + ifdef BUILD_STATIC_LIBS include $(topsrcdir)/config/static-rules.mk