[PALEMOON] Complete making Sync optional at build time

This commit is contained in:
NTD 2018-12-01 16:26:26 -05:00 committed by Roy Tam
commit 38e84217a3
8 changed files with 31 additions and 2 deletions

View file

@ -27,3 +27,16 @@ if test -n "$MOZ_BROWSER_STATUSBAR"; then
fi
AC_SUBST(MOZ_BROWSER_STATUSBAR)
dnl ========================================================
dnl = Disable Sync
dnl ========================================================
MOZ_ARG_DISABLE_BOOL(sync,
[ --disable-sync Disable Sync],
MOZ_SERVICES_SYNC=,
MOZ_SERVICES_SYNC=1)
if test -z "$MOZ_SERVICES_SYNC"; then
MOZ_SERVICES_CLOUDSYNC=
fi