diff options
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 |