This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 3dfbd50faeb8aa052702748ccd56fdaa368cc59e Author: Damjan Jovanovic <[email protected]> AuthorDate: Sun May 25 15:25:58 2025 +0200 epm is not needed when building the "installed" format either. Patch by: me (cherry picked from commit 5041d74057c91beec201a7ad9d8f4f488e6e6c2a) --- main/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/configure.ac b/main/configure.ac index da05e236b7..b0ba0b0e3f 100644 --- a/main/configure.ac +++ b/main/configure.ac @@ -3403,7 +3403,7 @@ if test "$enable_epm" = "yes"; then dnl =================================================================== dnl Check for epm - not needed for Windows or building archive format dnl =================================================================== - if test "$_os" != "WINNT" -a "$with_package_format" != "archive"; then + if test "$_os" != "WINNT" -a "$with_package_format" != "archive" -a "$with_package_format" != "installed"; then if test -n "$with_epm"; then EPM=$with_epm else
