Display an error on Linux in the absence of SSE2

This commit is contained in:
trav90 2018-05-26 20:54:19 -05:00 • committed by Roy Tam
commit 989d1736b2
9 changed files with 129 additions and 0 deletions

View file

@ -18,6 +18,11 @@ if test "$OS_ARCH" = "WINNT"; then
MOZ_MAINTENANCE_SERVICE=
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
# builds so add-on developers have something to target while maintaining
# Firefox compatiblity.