Bustage fix, don't enable MOZ_IPC for PPC builds.

This commit is contained in:
Josh Aas 2010-03-17 15:47:27 -04:00
Родитель 91d4cc2df0
Коммит 18c6354c01
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -5469,6 +5469,9 @@ dnl ========================================================
dnl = Disable IPC support for tabs and plugins
dnl ========================================================
case "${target}" in
powerpc-apple-darwin*)
MOZ_IPC=
;;
*-wince*)
MOZ_IPC=
;;