summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-11-29 17:34:58 -0500
committerMoonchild <moonchild@palemoon.org>2022-04-06 23:48:37 +0200
commit7da587d0aaa6cfbb53fbfd9af55ba8c27ce8f385 (patch)
treeb5f666c5587d4330afc6b3d0105cb659161eef6b /old-configure.in
parentac50292859dbffbc0ec0c29bb33c47f27f462310 (diff)
downloaduxp-7da587d0aaa6cfbb53fbfd9af55ba8c27ce8f385.tar.gz
Issue #21 - Remove unused telemetry build variables.
Hard-code the values in AppConstants.jsm for compatibility, even if nobody should actually be using this in extensions or what not.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/old-configure.in b/old-configure.in
index 46a710f9f2..b85ba0b9ea 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -4552,12 +4552,6 @@ if test "$MOZ_PLACES"; then
AC_DEFINE(MOZ_PLACES)
fi
-dnl Build Firefox Health Reporter Service
-AC_SUBST(MOZ_SERVICES_HEALTHREPORT)
-if test -n "$MOZ_SERVICES_HEALTHREPORT"; then
- AC_DEFINE(MOZ_SERVICES_HEALTHREPORT)
-fi
-
dnl Build Sync Services if required
AC_SUBST(MOZ_SERVICES_SYNC)
if test -n "$MOZ_SERVICES_SYNC"; then
@@ -4770,24 +4764,6 @@ AC_SUBST(MOZ_SOURCE_REPO)
AC_SUBST(MOZ_SOURCE_CHANGESET)
AC_SUBST(MOZ_INCLUDE_SOURCE_INFO)
-if test "$MOZ_TELEMETRY_REPORTING"; then
- AC_DEFINE(MOZ_TELEMETRY_REPORTING)
-
- # Enable Telemetry by default for nightly and aurora channels
- if test -z "$RELEASE_OR_BETA"; then
- AC_DEFINE(MOZ_TELEMETRY_ON_BY_DEFAULT)
- fi
-fi
-
-dnl If we have any service that uploads data (and requires data submission
-dnl policy alert), set MOZ_DATA_REPORTING.
-dnl We need SUBST for build system and DEFINE for xul preprocessor.
-if test -n "$MOZ_TELEMETRY_REPORTING" || test -n "$MOZ_SERVICES_HEALTHREPORT"; then
- MOZ_DATA_REPORTING=1
- AC_DEFINE(MOZ_DATA_REPORTING)
- AC_SUBST(MOZ_DATA_REPORTING)
-fi
-
dnl win32 options
AC_SUBST(WIN32_REDIST_DIR)
AC_SUBST(WIN_UCRT_REDIST_DIR)