summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <xhorak@fedoraproject.org>2010-06-23 09:20:50 +0000
committerJan Horak <xhorak@fedoraproject.org>2010-06-23 09:20:50 +0000
commit5a8c25a22950b8fcdeedfd9e8d0db904b15f1edf (patch)
tree016a4beeb65499573209de4fb46681778c6ae5dd /firefox-mozconfig
parentUpdate to 3.6.4 (diff)
downloadlibrewolf-fedora-ff-5a8c25a22950b8fcdeedfd9e8d0db904b15f1edf.tar.gz
librewolf-fedora-ff-5a8c25a22950b8fcdeedfd9e8d0db904b15f1edf.tar.bz2
librewolf-fedora-ff-5a8c25a22950b8fcdeedfd9e8d0db904b15f1edf.zip
Fixed mozconfig
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 0f5d0f5..faacdec 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -23,8 +23,8 @@ ac_add_options --enable-pango
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
+ac_add_options --enable-libxul
+ac_add_options --disable-crashreporter
ac_add_options --enable-safe-browsing
ac_add_options --enable-libnotify
ac_add_options --disable-necko-wifi
bgstack15