diff options
Diffstat (limited to 'application/palemoon/confvars.sh')
-rw-r--r-- | application/palemoon/confvars.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/application/palemoon/confvars.sh b/application/palemoon/confvars.sh index fbd412eb5..5109c0829 100644 --- a/application/palemoon/confvars.sh +++ b/application/palemoon/confvars.sh @@ -98,13 +98,6 @@ 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 -fi - # Short-circuit a few services to be removed MOZ_MAINTENANCE_SERVICE= MOZ_SERVICES_HEALTHREPORT= |