summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
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 d081ddd..8c10f29 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -29,6 +29,7 @@ ac_add_options --enable-safe-browsing
ac_add_options --enable-libnotify
ac_add_options --disable-necko-wifi
ac_add_options --disable-cpp-exceptions
+ac_add_options --disable-updater
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15