diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2009-11-20 07:29:30 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2009-11-20 07:29:30 +0000 |
commit | cd934b2350c049d5436e4a0a5f280b06a974f778 (patch) | |
tree | 1c3dd7e2d332fcd9e6d78e936041b963c6766f9c /firefox-mozconfig | |
parent | Rebase to 3.6.1 Beta 3 (diff) | |
download | librewolf-fedora-ff-cd934b2350c049d5436e4a0a5f280b06a974f778.tar.gz librewolf-fedora-ff-cd934b2350c049d5436e4a0a5f280b06a974f778.tar.bz2 librewolf-fedora-ff-cd934b2350c049d5436e4a0a5f280b06a974f778.zip |
- Necko wifi monitor disabled
- Added source URL (#521704)
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-x | firefox-mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 37a43a5..faacdec 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -27,6 +27,7 @@ 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 export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |