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 b483b48..e932989 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -1,5 +1,6 @@
. $topsrcdir/browser/config/mozconfig
+ac_add_options --prefix="$PREFIX"
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-system-jpeg
bgstack15