diff options
author | Rob Landley <rob@landley.net> | 2006-07-26 15:38:46 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-07-26 15:38:46 +0000 |
commit | e1a0f5372f6632051fb881fa3faded0d8396388f (patch) | |
tree | 42f55efb9f8c6f48dfcb7ffe8ad257d859387049 /applets/applets.c | |
parent | 5ebeb3ec56a23ab0508c5b4533e4261954fcdec2 (diff) |
Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I
already have that one, but it moves up the list...)
Diffstat (limited to 'applets/applets.c')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c index bd8cfec5d..39dcfb0f8 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -379,7 +379,7 @@ static void check_suid (struct BB_applet *applet) -#if ENABLE_FEATURE_COMPRESS_USAGE +#ifdef CONFIG_FEATURE_COMPRESS_USAGE #include "usage_compressed.h" #include "unarchive.h" |