From 2615c684ed10ee512f9460b0959582ed1fbad496 Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Sat, 16 Nov 2019 16:37:35 +0100 Subject: BUILD: Properly disable updates if no Sparkle implementation is available --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b4bffeb70c..baa4715b39 100755 --- a/configure +++ b/configure @@ -5567,7 +5567,6 @@ echo "$_bink" # Check whether to build updates support # echo_n "Building updates support... " -define_in_config_if_yes $_updates 'USE_UPDATES' if test "$_updates" = yes; then if test "$_sparkle" = yes; then echo "Sparkle" @@ -5578,6 +5577,7 @@ if test "$_updates" = yes; then else echo "$_updates" fi +define_in_config_if_yes $_updates 'USE_UPDATES' # # Figure out installation directories -- cgit v1.2.3