From bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 1 Nov 2002 23:38:54 +0000 Subject: Make uncompress a seperate applet so it doesnt pull in all the gunzip code --- archival/libunarchive/decompress_uncompress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/libunarchive/decompress_uncompress.c') diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index 02835cfce..302201fc0 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c @@ -1,7 +1,7 @@ #include "config.h" #include "libbb.h" -#ifdef CONFIG_FEATURE_UNCOMPRESS +#ifdef CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS /* uncompress for busybox -- (c) 2002 Robert Griebl * -- cgit v1.2.3