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 | |
parent | 3d5d7222693d7c248078bff780675411f13860ca (diff) |
Enable or disable Online Update in configure
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 | ||||
-rw-r--r-- | scp2/util/makefile.mk | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 8d0730c49c15..01a83896b44f 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -182,7 +182,7 @@ SCP1FILES += cairocanvas.par SCP1FILES += layout.par .ENDIF # ENABLE_LAYOUT == TRUE -.IF "$(BUILD_SPECIAL)"!="" +.IF "$(ENABLE_ONLINE_UPDATE)" != "" SCP1FILES += \ module_onlineupdate.par \ file_onlineupdate.par |