From f12c99c0e44be0587faa2371af386c7f2d9e72f7 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Tue, 28 Apr 2009 14:41:16 +1000 Subject: Config.in: comment out programs/features that will not get supported anytime soon --- archival/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archival') diff --git a/archival/Config.in b/archival/Config.in index 2741982c0..f21509271 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -71,6 +71,7 @@ config CPIO config DPKG bool "dpkg" default n + depends on !MINGW32 help dpkg is a medium-level tool to install, build, remove and manage Debian packages. @@ -130,6 +131,7 @@ config RPM2CPIO config RPM bool "rpm" default n + depends on !MINGW32 help Mini RPM applet - queries and extracts RPM packages. -- cgit v1.2.3-55-g6feb