diff options
author | Moonchild <moonchild@palemoon.org> | 2022-04-08 00:10:55 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-08 00:10:55 +0200 |
commit | ee4e449e043f010b8eb177e8f84ef7678436ffa1 (patch) | |
tree | f2a23b2371a4c8e27be36d2314742c4bf678954e | |
parent | fd51da7587aa23e5dc3962c012bdf02cf4c1e989 (diff) | |
download | uxp-ee4e449e043f010b8eb177e8f84ef7678436ffa1.tar.gz |
Issue #21 - Remove MOZ_SERVICES_HEALTHREPORT from old-configure.
Also remove irrelevant references from build docs.
-rw-r--r-- | build/docs/mozinfo.rst | 14 | ||||
-rw-r--r-- | old-configure.in | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/build/docs/mozinfo.rst b/build/docs/mozinfo.rst index 758d4862fd..745476bef7 100644 --- a/build/docs/mozinfo.rst +++ b/build/docs/mozinfo.rst @@ -71,13 +71,6 @@ crashreporter Always defined. -datareporting - Whether data reporting (MOZ_DATA_REPORTING) is enabled for this build. - - Values are ``true`` and ``false``. - - Always defined. - debug Whether this is a debug build. @@ -85,13 +78,6 @@ debug Always defined. -healthreport - Whether the Health Report feature is enabled. - - Values are ``true`` and ``false``. - - Always defined. - mozconfig The path of the :ref:`mozconfig file <mozconfig>` used to produce this build. diff --git a/old-configure.in b/old-configure.in index 78e20a84d2..a626a63ed9 100644 --- a/old-configure.in +++ b/old-configure.in @@ -1955,7 +1955,6 @@ MOZ_DEVTOOLS_SERVER=1 MOZ_DEVTOOLS= MOZ_PLACES=1 MOZ_SECURITY_SQLSTORE= -MOZ_SERVICES_HEALTHREPORT=1 MOZ_SERVICES_SYNC=1 MOZ_USERINFO=1 NSS_DISABLE_DBM= |