buildtools: Use correct variable in error message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 13 Dec 2023 19:25:38 +0000 (08:25 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Dec 2023 20:21:34 +0000 (20:21 +0000)
commitdfefdcb1e00c8e1c29b2fc2e61a21068b11d1f25
tree1a5466a95a2e1c2978d84230eaf4fff900b4d948
parente2146e4a755bc0fc5b553a61b6fa71e90d8b2b56
buildtools: Use correct variable in error message

When this error message was copied from CHECK_FUNCS_IN(), the variable
name was not changed. This results in messages like this:

“Mandatory library 'lib' not found for functions '<class 'list'>'”

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_autoconf.py