From: Jelmer Vernooij Date: Sun, 8 Apr 2012 01:56:24 +0000 (+0200) Subject: wafsamba: Return missing libs rather than last syslib. X-Git-Tag: ldb-1.1.5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3da81edb708c4652652226559989e764577634;p=thirdparty%2Fsamba.git 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 --- diff --git a/buildtools/wafsamba/samba_bundled.py b/buildtools/wafsamba/samba_bundled.py index e13da9f6124..7fc0fb97efd 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