summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-07-24 12:40:35 +0200
committerJan Holesovsky <kendy@suse.cz>2012-07-24 13:42:51 +0200
commitf7fd0e0198bd78c4af07918f5c900b898d4f13a6 (patch)
treeb94846099a41bafe9da0a27651f61532913531c3 /configure.in
parentcd93b227491a1e481452e79aee18b52fc558f368 (diff)
Kill FORCE2ARCHIVE.
Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2baafb4013d2..ddbb22f1b1f0 100644
--- a/configure.in
+++ b/configure.in
@@ -5953,7 +5953,12 @@ elif test "$enable_epm" = "yes"; then
AC_MSG_ERROR([unknown system])
esac
else
- PKGFORMAT=native
+ if test "$WITH_MINGW" = "yes"; then
+ # when tested, we should default this to 'msi', instead of 'archive'
+ PKGFORMAT=archive
+ else
+ PKGFORMAT=native
+ fi
fi
AC_MSG_RESULT([$PKGFORMAT])
AC_SUBST(PKGFORMAT)