From b9fc7c5eae61d168e677d96c1f1ad8a14cd1c3bd Mon Sep 17 00:00:00 2001 From: trav90 Date: Sat, 26 May 2018 20:54:19 -0500 Subject: Display an error on Linux in the absence of SSE2 --- application/palemoon/confvars.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'application/palemoon/confvars.sh') diff --git a/application/palemoon/confvars.sh b/application/palemoon/confvars.sh index 5109c0829..d1d2ce065 100644 --- a/application/palemoon/confvars.sh +++ b/application/palemoon/confvars.sh @@ -98,6 +98,11 @@ if test "$OS_ARCH" = "WINNT" -o \ MOZ_BUNDLED_FONTS=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 MOZ_MAINTENANCE_SERVICE= MOZ_SERVICES_HEALTHREPORT= -- cgit v1.2.3