summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2012-07-17 14:25:26 +0200
committerMartin Stransky <stransky@redhat.com>2012-07-17 14:25:26 +0200
commitdff2ff3eac25d67942dccf37e58e4b5e15d08455 (patch)
treee1e8ee182882f80f34dcfa3049f5eaa4b0108cdf /firefox-mozconfig
parentUpdate to 14.0.1 (diff)
downloadlibrewolf-fedora-ff-dff2ff3eac25d67942dccf37e58e4b5e15d08455.tar.gz
librewolf-fedora-ff-dff2ff3eac25d67942dccf37e58e4b5e15d08455.tar.bz2
librewolf-fedora-ff-dff2ff3eac25d67942dccf37e58e4b5e15d08455.zip
build fix
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 3a43e31..8278b5e 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -21,6 +21,7 @@ ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-startup-notification
ac_add_options --enable-libxul
+ac_add_options --with-system-libxul
ac_add_options --disable-crashreporter
ac_add_options --enable-safe-browsing
ac_add_options --enable-libnotify
bgstack15