summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-12-19 21:35:22 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-12-19 21:35:22 +0000
commitf6f59e54b5137153b29aff1ea53c4ce646a2722f (patch)
tree9e6b75f12ffa1f96c2690bff8a2382b721a3befb /firefox-mozconfig
parentremoved a typo (diff)
downloadlibrewolf-fedora-ff-f6f59e54b5137153b29aff1ea53c4ce646a2722f.tar.gz
librewolf-fedora-ff-f6f59e54b5137153b29aff1ea53c4ce646a2722f.tar.bz2
librewolf-fedora-ff-f6f59e54b5137153b29aff1ea53c4ce646a2722f.zip
disabled crashreporter
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