summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-09 17:39:14 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-09 17:39:14 +0000
commit9bcede0b47ea458ae457034bd78134459159fe21 (patch)
treefc9d7d16d50f38f8b19c180477dc428f8f5d8d8d /firefox-mozconfig
parent- Update to latest trunk (2008-03-07) (diff)
downloadlibrewolf-fedora-ff-9bcede0b47ea458ae457034bd78134459159fe21.tar.gz
librewolf-fedora-ff-9bcede0b47ea458ae457034bd78134459159fe21.tar.bz2
librewolf-fedora-ff-9bcede0b47ea458ae457034bd78134459159fe21.zip
disable crashreporter again since it doesn't compile and we don't really
have a symbol server anyway...
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
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
bgstack15