From fded3f9abc235a876bb53fc3fc8bf1ab897e2d11 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 16 Apr 1998 16:25:03 +0000 Subject: pay attention to autoreqprov flag CVS patchset: 2092 CVS date: 1998/04/16 16:25:03 --- build/reqprov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/reqprov.c') diff --git a/build/reqprov.c b/build/reqprov.c index 2ea609fa0..baa6e5378 100644 --- a/build/reqprov.c +++ b/build/reqprov.c @@ -107,7 +107,7 @@ int generateAutoReqProv(Spec spec, Package pkg, char *argv[2]; char **f, **fsave; - if (!cpioCount) { + if (!cpioCount || !spec->autoReqProv) { return 0; } -- cgit v1.2.3