This is an automated email from the ASF dual-hosted git repository.
damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5041d74057 epm is not needed when building the "installed" format
either.
5041d74057 is described below
commit 5041d74057c91beec201a7ad9d8f4f488e6e6c2a
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
---
main/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/configure.ac b/main/configure.ac
index efd3c56ef8..7ebde136ff 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -3417,7 +3417,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