This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/28.5.0 in repository pale-moon. commit 3e466a01e4185483895edb1243de032f25aa71e1 Author: Matt A. Tobin <email@mattatobin.com> Date: Sat Mar 30 12:22:28 2019 -0400 [BASILISK] Add configure option to disable sync --- application/basilisk/configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/basilisk/configure.in b/application/basilisk/configure.in index 4e7a063..13f2ad5 100644 --- a/application/basilisk/configure.in +++ b/application/basilisk/configure.in @@ -16,3 +16,10 @@ 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) \ No newline at end of file -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git