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 679f653a07d10c263897aab5bf1dfce9b803acef Author: Damjan Jovanovic <[email protected]> AuthorDate: Sun May 25 15:29:01 2025 +0200 Update EPM requirements comment. Patch by: me (cherry picked from commit 2c4d91086e6551f75fa0a0f4072f0ff9d489dc48) --- main/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/configure.ac b/main/configure.ac index b0ba0b0e3f..4cdb84e36a 100644 --- a/main/configure.ac +++ b/main/configure.ac @@ -3400,9 +3400,9 @@ dnl =================================================================== 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 or building archive format - dnl =================================================================== + dnl ================================================================================ + dnl Check for epm - not needed for Windows or building archive or installed formats + dnl ================================================================================ if test "$_os" != "WINNT" -a "$with_package_format" != "archive" -a "$with_package_format" != "installed"; then if test -n "$with_epm"; then EPM=$with_epm
