diff options
author | Lothar Serra Mari | 2019-11-16 16:37:35 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-17 22:23:04 +0100 |
commit | 2615c684ed10ee512f9460b0959582ed1fbad496 (patch) | |
tree | f95b3a46504813cba606f5d524df3d322b891beb /configure | |
parent | f204867cdaf9f54565a8aa396e902052c4cc59c5 (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |