diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-02-24 04:01:22 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-02-24 04:01:22 +0000 |
commit | 683ab3a70800ae00ec31e03c89ed83031e487297 (patch) | |
tree | f32342affa6f74921d8aaae61bd540f8616e7cf6 /scp2/source | |
parent | 3d5d7222693d7c248078bff780675411f13860ca (diff) |
Enable or disable Online Update in configure
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index cfd4849615f2..a42a6a204cfa 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -1006,7 +1006,7 @@ ProfileItem gid_Brand_Profileitem_Version_Updateurl Section = "Version"; Order = 15; Key = "UpdateURL"; - #if defined(BUILD_SPECIAL) + #if defined(ENABLE_ONLINE_UPDATE) #ifdef WNT Value = "${UPDATEURL}"; #else // defined WNT |