blob: e7b392f1aea21a62e1987e53af9a2026c76386bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.ac.orig 2025-04-12 20:16:51 UTC
+++ configure.ac
@@ -3377,7 +3377,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
|