summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorJan Horak <xhorak@fedoraproject.org>2009-09-11 07:07:45 +0000
committerJan Horak <xhorak@fedoraproject.org>2009-09-11 07:07:45 +0000
commit5ca081e3aebad1f21045f2037134e320ede410fc (patch)
tree57bafa73cfaa8bd174af65edb3efa6a6fc1a6f1d /firefox-mozconfig
parentRebuilt (diff)
downloadlibrewolf-fedora-ff-5ca081e3aebad1f21045f2037134e320ede410fc.tar.gz
librewolf-fedora-ff-5ca081e3aebad1f21045f2037134e320ede410fc.tar.bz2
librewolf-fedora-ff-5ca081e3aebad1f21045f2037134e320ede410fc.zip
Update to 3.5.3
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 566b80f..37a43a5 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -26,6 +26,7 @@ ac_add_options --enable-startup-notification
ac_add_options --enable-libxul
ac_add_options --disable-crashreporter
ac_add_options --enable-safe-browsing
+ac_add_options --enable-libnotify
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15