diff options
Diffstat (limited to 'browser/confvars.sh')
-rwxr-xr-x | browser/confvars.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/browser/confvars.sh b/browser/confvars.sh index e8b911da3..0343034a4 100755 --- a/browser/confvars.sh +++ b/browser/confvars.sh @@ -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. |