[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/tor-browser-52.3.0esr-7.5-2] Bug 1337162 - Enable the Linux content sandbox for non-Nightly builds. r=ted
commit 8bf9587a88239cdac723a5b1c37ef46a90a49c21
Author: Gian-Carlo Pascutto <gcp@xxxxxxxxxxx>
Date: Mon Feb 27 18:01:33 2017 +0100
Bug 1337162 - Enable the Linux content sandbox for non-Nightly builds. r=ted
MozReview-Commit-ID: 65aPquHzyfP
--HG--
extra : rebase_source : 017080e3ae33289bb0b6a790027f9d02c380d47b
---
old-configure.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/old-configure.in b/old-configure.in
index 620e38b40eaa..24fb1f5fc5cc 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -3997,14 +3997,14 @@ if test -n "$gonkdir"; then
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
fi
-case "$OS_TARGET:$NIGHTLY_BUILD" in
-WINNT:*)
+case "$OS_TARGET" in
+WINNT)
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
;;
-Darwin:*)
+Darwin)
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
;;
-Linux:1)
+Linux)
case $CPU_ARCH in
x86_64|x86)
MOZ_CONTENT_SANDBOX=$MOZ_SANDBOX
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits