BUILD: Properly disable updates if no Sparkle implementation is available

This commit is contained in:
Lothar Serra Mari 2019-11-16 16:37:35 +01:00 committed by Eugene Sandulenko
parent f204867cda
commit 2615c684ed

2
configure vendored
View File

@ -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