mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
[PALEMOON] Complete making Sync optional at build time
This commit is contained in:
parent
528de62070
commit
38e84217a3
8 changed files with 31 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue