From 4a3da81edb708c4652652226559989e764577634 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 8 Apr 2012 03:56:24 +0200 Subject: wafsamba: Return missing libs rather than last syslib. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sun Apr 8 05:31:15 CEST 2012 on sn-devel-104 --- buildtools/wafsamba/samba_bundled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_bundled.py') diff --git a/buildtools/wafsamba/samba_bundled.py b/buildtools/wafsamba/samba_bundled.py index e13da9f612..7fc0fb97ef 100644 --- a/buildtools/wafsamba/samba_bundled.py +++ b/buildtools/wafsamba/samba_bundled.py @@ -89,7 +89,7 @@ def CHECK_PREREQUISITES(conf, prereqs): f = 'FOUND_SYSTEMLIB_%s' % syslib if not f in conf.env: missing.append(syslib) - return syslib + return missing @runonce -- cgit