зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix, don't enable MOZ_IPC for PPC builds.
This commit is contained in:
Родитель
72c8905aec
Коммит
a2692ba2fb
|
@ -5469,6 +5469,9 @@ dnl ========================================================
|
||||||
dnl = Disable IPC support for tabs and plugins
|
dnl = Disable IPC support for tabs and plugins
|
||||||
dnl ========================================================
|
dnl ========================================================
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
|
powerpc-apple-darwin*)
|
||||||
|
MOZ_IPC=
|
||||||
|
;;
|
||||||
*-wince*)
|
*-wince*)
|
||||||
MOZ_IPC=
|
MOZ_IPC=
|
||||||
;;
|
;;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче