aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-configure.ac
blob: d7178782fa9d9bf9a50e94f2983c904c18e913ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2021-04-17 18:43:53 UTC
+++ configure.ac
@@ -3407,7 +3407,7 @@ if test "$enable_epm" = "yes"; then
    dnl ===================================================================
    dnl Check for epm - not needed for Windows
    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