]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wscript: Refer to correct ConfigSet variable
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 29 Aug 2023 00:18:27 +0000 (12:18 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Aug 2023 03:15:05 +0000 (03:15 +0000)
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

wscript_configure_system_mitkrb5

index dc65603488e33123f5aa5382118762e4e1da9869..5986eefa5d68afcde2e858a6a92b110bf51fc82b 100644 (file)
@@ -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!')