This is an automated email from the ASF dual-hosted git repository.
truckman pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new e1db62a261 epm is not needed when building archive format.
e1db62a261 is described below
commit e1db62a2613067f3f13873c3605c014856bacbaf
Author: Don Lewis <[email protected]>
AuthorDate: Sat Apr 12 17:13:15 2025 -0700
epm is not needed when building archive format.
(cherry picked from commit e46d221a3bef391035eb3042bd7fa7a848d6c36a)
(cherry picked from commit efbacfe929d03ea3795d286f15224e8586cb8813)
---
main/configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/configure.ac b/main/configure.ac
index 16c677e7dd..9672de2d53 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -3375,9 +3375,9 @@ AC_MSG_CHECKING([whether to enable EPM for packing])
if test "$enable_epm" = "yes"; then
AC_MSG_RESULT([yes])
dnl ===================================================================
- dnl Check for epm - not needed for windows
+ dnl Check for epm - not needed for Windows or building archive format
dnl ===================================================================
- if test "$_os" != "WINNT"; then
+ if test "$_os" != "WINNT" -a "$with_package_format" != "archive"; then
if test -n "$with_epm"; then
EPM=$with_epm
else