mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
wscript: Refer to correct ConfigSet variable
LIB_GSSAPI appears to be an error of copy-and-pasting. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Aug 30 03:15:05 UTC 2023 on atb-devel-224
This commit is contained in:
parent
54ebd103c8
commit
70dea37d06
@ -46,7 +46,7 @@ if conf.env.KRB5_CONFIG:
|
||||
if 'krb5' in conf.env['LIB_KRB5']:
|
||||
krb5_define_syslib(conf, "krb5", conf.env['LIB_KRB5'])
|
||||
if 'k5crypto' in conf.env['LIB_KRB5']:
|
||||
krb5_define_syslib(conf, "k5crypto", conf.env['LIB_GSSAPI'])
|
||||
krb5_define_syslib(conf, "k5crypto", conf.env['LIB_KRB5'])
|
||||
else:
|
||||
raise Errors.WafError('Unable to find required krb5 library!')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user