From de0157a6c38d185dbfc12736fd71ccfd287a3e62 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 28 May 2018 05:41:23 +0000 Subject: Revert "Only display SSE2 error dialog on 32-bit Linux" --- application/palemoon/confvars.sh | 8 +++----- browser/confvars.sh | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/application/palemoon/confvars.sh b/application/palemoon/confvars.sh index fbd412eb5..d1d2ce065 100644 --- a/application/palemoon/confvars.sh +++ b/application/palemoon/confvars.sh @@ -98,11 +98,9 @@ if test "$OS_ARCH" = "WINNT" -o \ MOZ_BUNDLED_FONTS=1 fi -# Display an error on non-SSE2 32-bit Linux systems -if ! test "$HAVE_64BIT_BUILD"; then - if test "$OS_ARCH" = "Linux"; then - MOZ_LINUX_SSE2_STARTUP_ERROR=1 - fi +# Display an error on non-SSE2 Linux systems +if test "$OS_ARCH" = "Linux"; then + MOZ_LINUX_SSE2_STARTUP_ERROR=1 fi # Short-circuit a few services to be removed diff --git a/browser/confvars.sh b/browser/confvars.sh index 3135f6b63..e8b911da3 100755 --- a/browser/confvars.sh +++ b/browser/confvars.sh @@ -18,11 +18,9 @@ if test "$OS_ARCH" = "WINNT"; then MOZ_MAINTENANCE_SERVICE= fi -# Display an error on non-SSE2 32-bit Linux systems -if ! test "$HAVE_64BIT_BUILD"; then - if test "$OS_ARCH" = "Linux"; then - MOZ_LINUX_SSE2_STARTUP_ERROR=1 - fi +# Display an error on non-SSE2 Linux systems +if test "$OS_ARCH" = "Linux"; then + MOZ_LINUX_SSE2_STARTUP_ERROR=1 fi # For Basilisk we want to use 52.9.YYYY.MM.DD as MOZ_APP_VERSION in release -- cgit v1.2.3