[BASILISK] Add configure option to disable sync

This commit is contained in:
Matt A. Tobin 2019-03-30 12:22:28 -04:00 committed by Roy Tam
commit b8e9664f47

View file

@ -16,6 +16,14 @@ AC_SUBST(MC_BASILISK)
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)
dnl ========================================================
dnl = Disable WebExtensions
dnl ========================================================
@ -28,4 +36,4 @@ if test -n "$MOZ_WEBEXTENSIONS"; then
AC_DEFINE(MOZ_WEBEXTENSIONS)
fi
AC_SUBST(MOZ_WEBEXTENSIONS)
AC_SUBST(MOZ_WEBEXTENSIONS)