зеркало из https://github.com/mozilla/gecko-dev.git
Bug 369007: Enable high-memory feature on OS/2 by default (Mozilla changes), r=ted.mielczarek, a1.9+=damons
This commit is contained in:
Родитель
a696c7adae
Коммит
be5f029a8a
11
configure.in
11
configure.in
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче