summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-06-04 23:34:42 +0200
committerMartin Stransky <stransky@anakreon.cz>2014-06-04 23:34:42 +0200
commitec04176fec2a7f36f47723df48c51c888f0cdecd (patch)
treeeeede5da01b1c386875eb0582c5b98a8987ccaeb /firefox-mozconfig
parentSqlite req update - build fix (diff)
downloadlibrewolf-fedora-ff-ec04176fec2a7f36f47723df48c51c888f0cdecd.tar.gz
librewolf-fedora-ff-ec04176fec2a7f36f47723df48c51c888f0cdecd.tar.bz2
librewolf-fedora-ff-ec04176fec2a7f36f47723df48c51c888f0cdecd.zip
Build fix - disabled shared js
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index fe59c9e..5eae093 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -28,7 +28,6 @@ ac_add_options --enable-libnotify
ac_add_options --enable-necko-wifi
ac_add_options --enable-startup-notification
ac_add_options --disable-cpp-exceptions
-ac_add_options --enable-shared-js
ac_add_options --disable-updater
ac_add_options --enable-url-classifier
ac_add_options --enable-gio
bgstack15