From f204867cdaf9f54565a8aa396e902052c4cc59c5 Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Sat, 16 Nov 2019 15:47:23 +0100 Subject: BUILD: Disable updates if no Sparkle implementation is available Currently, --enable-release always enables updates even on unsupported platforms. This additional check disables updates entirely if no proper sparkle implementation is found. Fixes #11217. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 146c4247f3..b4bffeb70c 100755 --- a/configure +++ b/configure @@ -5572,6 +5572,7 @@ if test "$_updates" = yes; then if test "$_sparkle" = yes; then echo "Sparkle" else + _updates=no; echo "$_updates" fi else -- cgit v1.2.3