aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLothar Serra Mari2019-11-16 16:37:35 +0100
committerEugene Sandulenko2019-11-17 22:23:04 +0100
commit2615c684ed10ee512f9460b0959582ed1fbad496 (patch)
treef95b3a46504813cba606f5d524df3d322b891beb /configure
parentf204867cdaf9f54565a8aa396e902052c4cc59c5 (diff)
downloadscummvm-rg350-2615c684ed10ee512f9460b0959582ed1fbad496.tar.gz
scummvm-rg350-2615c684ed10ee512f9460b0959582ed1fbad496.tar.bz2
scummvm-rg350-2615c684ed10ee512f9460b0959582ed1fbad496.zip
BUILD: Properly disable updates if no Sparkle implementation is available
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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