mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Bug 481780 - WINCE define needs to be in ACDEFINE. r=ted
This commit is contained in:
parent
cc56acc7ca
commit
b38df147a7
@ -251,8 +251,8 @@ case "$target" in
|
||||
AC_DEFINE(WINCE_WINDOWS_MOBILE)
|
||||
fi
|
||||
|
||||
AC_SUBST(WINCE_WINDOWS_MOBILE)
|
||||
|
||||
AC_DEFINE(WINCE)
|
||||
|
||||
export WINCE=1
|
||||
|
||||
echo -----------------------------------------------------------------------------
|
||||
@ -8034,6 +8034,9 @@ AC_SUBST(AS_PERL)
|
||||
AC_SUBST(WIN32_REDIST_DIR)
|
||||
AC_SUBST(PYTHON)
|
||||
|
||||
AC_SUBST(WINCE)
|
||||
AC_SUBST(WINCE_WINDOWS_MOBILE)
|
||||
|
||||
dnl Echo the CFLAGS to remove extra whitespace.
|
||||
CFLAGS=`echo \
|
||||
$_WARNINGS_CFLAGS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user