aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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