summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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)