Bug 1257448 - Don't disable MOZ_MEMORY when building fennec with --disable-compile-environment. r?nalexander
This was added in
bug 1159371 but doesn't seem necessary anymore.
--- a/old-configure.in
+++ b/old-configure.in
@@ -2798,19 +2798,17 @@ case "$target_os" in
;;
esac
case "${target}" in
*-android*|*-linuxandroid*)
NSS_DISABLE_DBM=1
MOZ_THEME_FASTSTRIPE=1
MOZ_TREE_FREETYPE=1
- if test "$COMPILE_ENVIRONMENT"; then
- MOZ_MEMORY=1
- fi
+ MOZ_MEMORY=1
MOZ_RAW=1
;;
esac
# The app update channel is 'default' when not supplied. The value is used in
# the application's confvars.sh so it must be set before confvars.sh is called.
MOZ_ARG_ENABLE_STRING([update-channel],