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