summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-mozconfig
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox-mozconfig')
-rw-r--r--waterfox/waterfox-mozconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/waterfox/waterfox-mozconfig b/waterfox/waterfox-mozconfig
index 7fb292a..b28966d 100644
--- a/waterfox/waterfox-mozconfig
+++ b/waterfox/waterfox-mozconfig
@@ -2,8 +2,6 @@
ac_add_options --enable-default-toolkit=cairo-gtk3
-ac_add_options --prefix="$PREFIX"
-ac_add_options --libdir="$LIBDIR"
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --disable-strip
bgstack15