Revert "Always build with SSE2 support & display an error if not available"

This commit is contained in:
Moonchild 2018-05-28 05:42:07 +00:00 committed by Roy Tam
commit 170f2ade41
10 changed files with 2 additions and 131 deletions

View file

@ -18,11 +18,6 @@ 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.