mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
BUILD: Properly disable updates if no Sparkle implementation is available
This commit is contained in:
parent
f204867cda
commit
2615c684ed
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user