convert "negaite" config option into reversed (INCLUDE_SUSv2)

This commit is contained in:
Denis Vlasenko
2006-12-22 13:56:36 +00:00
parent c5cb38f4d9
commit 0849207ce0
5 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ int fold_main(int argc, char **argv)
int i;
int errs = 0;
if(!ENABLE_DEBUG_YANK_SUSv2) {
if (ENABLE_INCLUDE_SUSv2) {
/* Turn any numeric options into -w options. */
for (i = 1; i < argc; i++) {
char const *a = argv[i];