[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

gk at torproject.org gk at torproject.org
Thu Sep 21 16:14:42 UTC 2017


commit 8bf9587a88239cdac723a5b1c37ef46a90a49c21
Author: Gian-Carlo Pascutto <gcp at mozilla.com>
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





More information about the tor-commits mailing list