From 9d2d304a60738c4508339f0f876a6a1d36af46c5 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sun, 11 Nov 2018 18:13:40 +0100 Subject: Don't build internal updater by default and set default update channel to an inactive one. --- old-configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index ee69eb39a..6b88a00af 100644 --- a/old-configure.in +++ b/old-configure.in @@ -3695,10 +3695,10 @@ if test "$MOZ_IOS"; then MOZ_UPDATER= fi -MOZ_ARG_DISABLE_BOOL(updater, -[ --disable-updater Disable building of updater], - MOZ_UPDATER=, - MOZ_UPDATER=1 ) +MOZ_ARG_ENABLE_BOOL(updater, +[ --enable-updater Enable building of internal updater], + MOZ_UPDATER=1, + MOZ_UPDATER= ) if test -n "$MOZ_UPDATER"; then AC_DEFINE(MOZ_UPDATER) -- cgit v1.2.3