diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-01-02 15:19:02 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-01-02 22:29:13 +0100 |
commit | 953ffde0ec80581c56c17bfec71e1b2817a3592d (patch) | |
tree | 975523123afc91af8594c62c7632e72cb0d267ec /configure.ac | |
parent | 16a698403447a1f5c1ec30da0f34e00e9ef795ce (diff) |
Hard-code --with-online-update-mar-channel=LOOnlineUpdater
(An upcoming change will add an instset/update-settings.ini file containing that
value, but using a GeneratedPackage for a single file instead of a directory
seems unsupported, so it will use the hard-coded value and a plain Package
instead.)
Change-Id: I12ffef4db71ce36be9096df674588b39c660e4de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161545
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
(cherry picked from commit 6910b1e3511701de5f0541fcaa98babf530f55ce)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161556
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index ef27ed166df5..a54aae3d14bd 100644 --- a/configure.ac +++ b/configure.ac @@ -13697,15 +13697,6 @@ else fi AC_SUBST(ONLINEUPDATE_MAR_CERTIFICATEPATH) -AC_MSG_CHECKING([for mar online update channel]) -ONLINEUPDATE_MAR_CHANNEL=$with_online_update_mar_channel -if test -n "$ONLINEUPDATE_MAR_CHANNEL"; then - AC_MSG_RESULT([yes]) -else - AC_MSG_RESULT([no]) -fi -AC_SUBST(ONLINEUPDATE_MAR_CHANNEL) - AC_MSG_CHECKING([for mar online update serverurl]) ONLINEUPDATE_MAR_SERVERURL=$with_online_update_mar_serverurl if test -n "$ONLINEUPDATE_MAR_SERVERURL"; then |