Fix mobile tinderbox bustage; CLOSED TREE ok

This commit is contained in:
Vladimir Vukicevic 2009-02-12 18:43:24 -08:00
Родитель 00574566ab
Коммит 136f837f1c
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -2042,9 +2042,10 @@ case "$target" in
MOZ_GFX_OPTIMIZE_MOBILE=1
# Sanity check for WINCE_WINDOWS_MOBILE
# XXX disabled until we can fix the mobile tinderbox
if test "$WINCE_WINDOWS_MOBILE"; then
AC_CHECK_HEADER(tpcshell.h, [],
AC_MSG_ERROR([Can't find tpcshell.h in your SDK; are you sure you don't need --disable-windos-mobile-components?]))
## AC_CHECK_HEADER(tpcshell.h, [],
## AC_MSG_ERROR([Can't find tpcshell.h in your SDK; are you sure you don't need --disable-windows-mobile-components?]))
fi
;;