build: allow target upgrades from EMPTY to SYSLIB
authorAndrew Tridgell <tridge@samba.org>
Mon, 12 Apr 2010 06:21:21 +0000 (00:21 -0600)
committerAndrew Tridgell <tridge@samba.org>
Mon, 12 Apr 2010 07:47:29 +0000 (17:47 +1000)
commite683ac6f81306a03d8fe6bedeb5ca1a6facd6f1f
tree8a575c9d592143b5d2e796c1324624e22a7b809e
parentd70a7befb6dd2168c31a657fc0c6ab3b5f69c91e
build: allow target upgrades from EMPTY to SYSLIB

A library may be initially set as empty if it wasn't needed for a list
of functions in CHECK_FUNCS_IN(). A later check may require the
library.

Pair-Programmed-With: Kai Blin <kai@samba.org>
buildtools/wafsamba/samba_autoconf.py
buildtools/wafsamba/samba_utils.py