summaryrefslogtreecommitdiff
path: root/waterfox/waterfox-mozconfig
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-10-01 15:19:20 -0400
committerB Stack <bgstack15@gmail.com>2018-10-01 15:19:20 -0400
commita5c981a7c2b31e43be74deaabfa73278e6ae05cf (patch)
tree62647883f65fa08be960ee7eb62b26748cb25062 /waterfox/waterfox-mozconfig
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-a5c981a7c2b31e43be74deaabfa73278e6ae05cf.tar.gz
stackrpms-a5c981a7c2b31e43be74deaabfa73278e6ae05cf.tar.bz2
stackrpms-a5c981a7c2b31e43be74deaabfa73278e6ae05cf.zip
import updates from chinforpms
Diffstat (limited to 'waterfox/waterfox-mozconfig')
-rw-r--r--waterfox/waterfox-mozconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/waterfox/waterfox-mozconfig b/waterfox/waterfox-mozconfig
index c400b21..648aed1 100644
--- a/waterfox/waterfox-mozconfig
+++ b/waterfox/waterfox-mozconfig
@@ -6,7 +6,6 @@ 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 --with-pthreads
ac_add_options --disable-strip
ac_add_options --disable-tests
#ac_add_options --enable-libnotify
bgstack15