configure.ac | 1 + 1 file changed, 1 insertion(+) New commits: commit 04d39f6220113700adbfcb49928c482d0e14da42 Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Fri Jan 3 17:09:40 2025 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Fri Jan 3 18:53:12 2025 +0100
Actually honor a non-default --with-keep-awake=... Looks like this was inadvertently missing from f5c3ec505b83a20d272a66305bca565e9ff38b04 "add --with-keep-awake switch to prevent going into sleep/suspend". Change-Id: I162eac442b89671aa4d2e0039ca810ff71cd08aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179709 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/configure.ac b/configure.ac index 806af829917d..cf3bb8eaa054 100644 --- a/configure.ac +++ b/configure.ac @@ -15608,6 +15608,7 @@ elif test "$with_keep_awake" = "yes"; then fi else AC_MSG_RESULT([yes (custom command: $with_keep_awake)]) + KEEP_AWAKE_CMD=$with_keep_awake fi AC_SUBST(KEEP_AWAKE_CMD)