summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-01-02 17:15:45 +0100
committerPale Moon <git-repo@palemoon.org>2017-01-02 17:15:45 +0100
commitfe4797de943f1f9350a332e4baa8b181b5062f7b (patch)
tree1f6758fd50b2ee977655c00d5a37277ecf2375f6 /configure.in
parentc2e68c5c2591116dbd0e7da0aadf9f27dd910dc7 (diff)
downloadpalemoon-gre-fe4797de943f1f9350a332e4baa8b181b5062f7b.tar.gz
Remove Windows Metro/WinRT code.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/configure.in b/configure.in
index ab781bf7a..1e533643a 100644
--- a/configure.in
+++ b/configure.in
@@ -422,20 +422,6 @@ dnl ========================================================
dnl Special win32 checks
dnl ========================================================
-MOZ_ARG_ENABLE_BOOL(metro,
-[ --enable-metro Enable Windows Metro build targets],
- MOZ_METRO=1,
- MOZ_METRO=)
-if test -n "$MOZ_METRO"; then
- AC_DEFINE(MOZ_METRO)
- # toolkit/library/makefile.in needs these, see nsDllMain.
- CRTDLLVERSION=110
- CRTEXPDLLVERSION=1-1-0
-fi
-
-AC_SUBST(CRTDLLVERSION)
-AC_SUBST(CRTEXPDLLVERSION)
-
# Target the Windows 8.1 SDK by default
WINSDK_TARGETVER=603
WINVER=600
@@ -558,16 +544,6 @@ See https://developer.mozilla.org/en/Windows_Build_Prerequisites.])
WIN32_REDIST_DIR=`cd "$WIN32_REDIST_DIR" && pwd`
fi
- dnl Confirm we have the pri tools on win8 builds
- if test -n "$MOZ_METRO"; then
- AC_MSG_CHECKING([for makepri])
- AC_CHECK_PROGS(MAKEPRI, makepri, "")
- if test -z "MAKEPRI" ; then
- AC_MSG_ERROR([makepri.exe is required for generating metro browser install components. It should be in the Win8 SDK.])
- fi
- AC_SUBST(MAKEPRI)
- fi
-
dnl Ensure that mt.exe is 'Microsoft (R) Manifest Tool',
dnl not something else like "magnetic tape manipulation utility".
MSMT_TOOL=`${MT-mt} 2>&1|grep 'Microsoft (R) Manifest Tool'`
@@ -8259,8 +8235,6 @@ AC_SUBST(MOZ_HAS_WINSDK_WITH_D3D)
AC_SUBST(MOZ_D3DCOMPILER_VISTA_DLL)
AC_SUBST(MOZ_D3DCOMPILER_VISTA_DLL_PATH)
-AC_SUBST(MOZ_METRO)
-
AC_SUBST(MOZ_ANDROID_HISTORY)
AC_SUBST(MOZ_WEBSMS_BACKEND)
AC_SUBST(MOZ_ANDROID_BEAM)