summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-03-10 17:10:56 +0000
committerMoonchild <moonchild@palemoon.org>2021-03-10 17:10:56 +0000
commit0943617c84da68815b68551fb957788017a4fca1 (patch)
tree5613510583e8b745140ce9afbd9b523ca2ef5038 /old-configure.in
parente4aa469ee407629a304ecd008a173865f0ad4c3c (diff)
downloaduxp-0943617c84da68815b68551fb957788017a4fca1.tar.gz
Issue mcp-graveyard/UXP#1053 - Remove android blocks from configure.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in26
1 files changed, 1 insertions, 25 deletions
diff --git a/old-configure.in b/old-configure.in
index 2d0cd1554b..6f59e06cf3 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -845,19 +845,6 @@ case "$target" in
MOZ_FIX_LINK_PATHS="-Wl,-executable_path,${DIST}/bin"
;;
-*-android*|*-linuxandroid*)
- AC_DEFINE(NO_PW_GECOS)
- if test "$COMPILE_ENVIRONMENT"; then
- MOZ_LINKER=1
- fi
-
- MOZ_GFX_OPTIMIZE_MOBILE=1
- MOZ_OPTIMIZE_FLAGS="-O2"
- if test -z "$CLANG_CC"; then
- MOZ_OPTIMIZE_FLAGS="-freorder-blocks -fno-reorder-functions $MOZ_OPTIMIZE_FLAGS"
- fi
- ;;
-
*-*linux*)
if test "$GNU_CC" -o "$GNU_CXX"; then
MOZ_PGO_OPTIMIZE_FLAGS="-O3"
@@ -1828,9 +1815,6 @@ if test "$ac_cv_thread_keyword" = yes -a "$MOZ_LINKER" != 1; then
mips*-*)
:
;;
- *-android*|*-linuxandroid*)
- :
- ;;
*-openbsd*)
:
;;
@@ -2144,14 +2128,6 @@ case "$target_os" in
;;
esac
-case "${target}" in
- *-android*|*-linuxandroid*)
- MOZ_THEME_FASTSTRIPE=1
- MOZ_RAW=1
- ;;
-
-esac
-
dnl ========================================================
dnl = Vendor override
dnl ========================================================
@@ -2590,7 +2566,7 @@ dnl --enable-webrtc to override. Can disable for everything in
dnl the master list above.
if test -n "$MOZ_WEBRTC"; then
case "$target" in
- *-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*)
+ *-linux*|*-mingw*|*-darwin*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*)
dnl Leave enabled
;;
*)