summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2016-10-05 12:12:48 -0400
committerMatt A. Tobin <email@mattatobin.com>2016-10-05 12:12:48 -0400
commitadbffd2a088b02b1e5d53a0e4e53127647eb2004 (patch)
tree5848dfddac52d90c693363dfe6d3d03629b38b7c /configure.in
parent4be2052a17104608a755a85aa882826bcb07b6d3 (diff)
downloadpalemoon-gre-adbffd2a088b02b1e5d53a0e4e53127647eb2004.tar.gz
Remove conflicting Web App Runtime configure flag from topsrcdir configure
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.in b/configure.in
index ec8256636..44a7b0116 100644
--- a/configure.in
+++ b/configure.in
@@ -6247,22 +6247,8 @@ if test "$OS_ARCH" = "WINNT"; then
fi
dnl ========================================================
-dnl Web App Runtime
+dnl GNU tar and wget
dnl ========================================================
-MOZ_ARG_DISABLE_BOOL(webapp-runtime,
-[ --disable-webapp-runtime Disable Web App Runtime],
- MOZ_WEBAPP_RUNTIME=,
- MOZ_WEBAPP_RUNTIME=1)
-if test "$MOZ_WIDGET_TOOLKIT" != "windows" -a "$MOZ_WIDGET_TOOLKIT" != "cocoa" -a -z "$MOZ_WIDGET_GTK" ; then
- MOZ_WEBAPP_RUNTIME=
-fi
-if test "$OS_ARCH" = "WINNT" -a -z "$MAKENSISU" -a -n "$CROSS_COMPILE"; then
- MOZ_WEBAPP_RUNTIME=
-fi
-AC_SUBST(MOZ_WEBAPP_RUNTIME)
-if test "$MOZ_WEBAPP_RUNTIME"; then
- AC_DEFINE(MOZ_WEBAPP_RUNTIME)
-fi
AC_CHECK_PROGS(TAR, gnutar gtar tar, "")
if test -z "$TAR"; then