Fix Mac unit test failures caused by bug 846540 - explicitly disabled accessibility on Mac as that is how it was previously in configure.in which was overriding the mozilla-central default that we have now picked up. Bug 862238 will look at enabling it. r=bustage-fix.

This commit is contained in:
Mark Banner 2013-04-16 09:13:19 +01:00
Родитель e9cf5f8799
Коммит a24dca4ef1
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,11 @@ if test "$OS_ARCH" = "WINNT"; then
fi
fi
# Disable Accessibility on Mac for now as unit tests fail (bug 862238).
if test "$OS_ARCH" = "Darwin"; then
ACCESSIBILITY=
fi
# Disable WebRTC as we don't use it currently and to work around bug 837618
# for Mac
MOZ_WEBRTC=