зеркало из https://github.com/mozilla/gecko-dev.git
workaround for bug 39747. timer bustage is causing crash on HP as on Tru64
a=watterson # 39747
This commit is contained in:
Родитель
e0fdaba6a7
Коммит
feb9eaa028
|
@ -2731,6 +2731,7 @@ MOZ_MONOLITHIC_TOOLKIT=1
|
|||
dnl The following are the only platforms I tested -ramiro
|
||||
dnl OpenVMS added by Colin Blake
|
||||
dnl Tru64 added by Jim Nance
|
||||
dnl hpux11 added by John Gaunt workaround for bug 39747
|
||||
case "$target" in
|
||||
*-*-linux*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-*-solaris*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
|
@ -2738,6 +2739,7 @@ case "$target" in
|
|||
*-freebsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-*-aix*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-*-osf*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-hpux11.*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
esac
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче