summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMoonchild <wolfbeast@users.noreply.github.com>2016-10-20 00:14:41 +0200
committerGitHub <noreply@github.com>2016-10-20 00:14:41 +0200
commite770a9bb37b4a77b2beaefbfd40edc00017d00d9 (patch)
tree96ea7e50fca33e2adfee6384f6ce33be29057bc1 /configure.in
parent58ccab354917aa2d3ee1f0be071f6b5ec92f7aca (diff)
parentdd88f4376e7f0675247480c3608293c4e065946f (diff)
downloadpalemoon-gre-e770a9bb37b4a77b2beaefbfd40edc00017d00d9.tar.gz
Merge pull request #618 from binoc-central/maint-service-acid-bath
Pull request to Resolve Issue #492 - Bathe the Windows Maintenance Service.. IN ACID
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.in b/configure.in
index 147fdc051..21efbee54 100644
--- a/configure.in
+++ b/configure.in
@@ -6185,23 +6185,6 @@ if test -n "$MOZ_SIGN_CMD"; then
fi
dnl ========================================================
-dnl Maintenance Service
-dnl ========================================================
-
-MOZ_ARG_ENABLE_BOOL(maintenance-service,
-[ --enable-maintenance-service Enable building of maintenanceservice],
- MOZ_MAINTENANCE_SERVICE=1,
- MOZ_MAINTENANCE_SERVICE= )
-
-if test -n "$MOZ_MAINTENANCE_SERVICE"; then
- if test "$OS_ARCH" = "WINNT"; then
- AC_DEFINE(MOZ_MAINTENANCE_SERVICE)
- else
- AC_MSG_ERROR([Can only build with --enable-maintenance-service with a Windows target])
- fi
-fi
-
-dnl ========================================================
dnl Bundled fonts on desktop platforms
dnl ========================================================
@@ -8277,7 +8260,6 @@ AC_SUBST(ACCESSIBILITY)
AC_SUBST(MOZ_SPELLCHECK)
AC_SUBST(MOZ_ANDROID_APZ)
AC_SUBST(MOZ_ANDROID_ANR_REPORTER)
-AC_SUBST(MOZ_MAINTENANCE_SERVICE)
AC_SUBST(MOZ_VERIFY_MAR_SIGNATURE)
AC_SUBST(MOZ_ENABLE_SIGNMAR)
AC_SUBST(MOZ_UPDATER)