summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-05-06 18:08:18 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-05-06 18:08:18 -0400
commit64e2a0cd86ae1df8c4e8b18c49d35bbed3c32be8 (patch)
tree7105dac8d176fc47ab41ca355cfb6aad1f654b37 /configure.in
parentd39a7fd40aa4f182690ce5c75bccc54055980a99 (diff)
downloadiceweasel-uxp-64e2a0cd86ae1df8c4e8b18c49d35bbed3c32be8.tar.gz
backport UXP #812 - Remove FxA and replace with classic sync; optional at build time.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 21a86b4..251d8ab 100644
--- a/configure.in
+++ b/configure.in
@@ -14,4 +14,12 @@ AC_SUBST(MOZ_AUSTRALIS)
AC_DEFINE(HYPE_ICEWEASEL)
AC_SUBST(HYPE_ICEWEASEL)
-dnl Optional parts of the build. \ No newline at end of file
+dnl Optional parts of the build.
+
+dnl ========================================================
+dnl = Disable Sync
+dnl ========================================================
+MOZ_ARG_DISABLE_BOOL(sync,
+[ --disable-sync Disable Sync],
+ MOZ_SERVICES_SYNC=,
+ MOZ_SERVICES_SYNC=1)