diff options
author | Martin Stransky <stransky@anakreon.cz> | 2014-06-04 23:34:42 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2014-06-04 23:34:42 +0200 |
commit | ec04176fec2a7f36f47723df48c51c888f0cdecd (patch) | |
tree | eeede5da01b1c386875eb0582c5b98a8987ccaeb | |
parent | Sqlite req update - build fix (diff) | |
download | librewolf-fedora-ff-ec04176fec2a7f36f47723df48c51c888f0cdecd.tar.gz librewolf-fedora-ff-ec04176fec2a7f36f47723df48c51c888f0cdecd.tar.bz2 librewolf-fedora-ff-ec04176fec2a7f36f47723df48c51c888f0cdecd.zip |
Build fix - disabled shared js
-rw-r--r-- | firefox-mozconfig | 1 |
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 |