mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Fix mobile tinderbox bustage; CLOSED TREE ok
This commit is contained in:
parent
8a0ad1417c
commit
e1819e65c7
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user