From 9bcede0b47ea458ae457034bd78134459159fe21 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sun, 9 Mar 2008 17:39:14 +0000 Subject: [PATCH] disable crashreporter again since it doesn't compile and we don't really have a symbol server anyway... --- firefox-mozconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox-mozconfig b/firefox-mozconfig index 428db49..3dd4cdc 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -24,6 +24,7 @@ ac_add_options --enable-svg ac_add_options --enable-canvas ac_add_options --enable-startup-notification ac_add_options --enable-libxul +ac_add_options --disable-crashreporter export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1