Bug 369007: Enable high-memory feature on OS/2 by default (Mozilla changes), r=ted.mielczarek, a1.9+=damons

This commit is contained in:
mozilla@weilbacher.org 2008-04-30 00:30:58 -07:00
Родитель a696c7adae
Коммит be5f029a8a
2 изменённых файлов: 8 добавлений и 5 удалений

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

@ -1448,12 +1448,13 @@ AC_LANG_RESTORE
fi # COMPILE_ENVIRONMENT
dnl ========================================================
dnl Enable high-memory support on OS/2, disabled by default
dnl Enable high-memory support on OS/2 by default.
dnl ========================================================
MOZ_ARG_ENABLE_BOOL(os2-high-mem,
[ --enable-os2-high-mem Enable high-memory support on OS/2],
MOZ_OS2_HIGH_MEMORY=1,
MOZ_OS2_HIGH_MEMORY= )
MOZ_OS2_HIGH_MEMORY=1
MOZ_ARG_DISABLE_BOOL(os2-high-mem,
[ --disable-os2-high-mem Disable high-memory support on OS/2],
MOZ_OS2_HIGH_MEMORY=,
MOZ_OS2_HIGH_MEMORY=1 )
AC_SUBST(MOZ_OS2_HIGH_MEMORY)
dnl ========================================================

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

@ -63,9 +63,11 @@ CPPSRCS = nsXPComStub.cpp
ifndef MOZ_ENABLE_LIBXUL
ifeq ($(OS_TARGET),OS2)
ifndef MOZ_OS2_HIGH_MEMORY
CPPSRCS += nsOS2VACLegacy.cpp
endif
endif
endif
# If we have an import library, then copy that to the SDK. Otherwise,
# copy the shared library.