]> git.ipfire.org Git - thirdparty/samba.git/commit
wafsamba: simplify mit kerberos detection
authorNoel Power <noel.power@suse.com>
Thu, 8 May 2025 08:43:17 +0000 (09:43 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 16 May 2025 09:33:41 +0000 (09:33 +0000)
commitcaaca330cabcaa4e4c444b958f771d2dd5e0f2cb
tree5b13b38a5f00d58c5f5ed9b3b0670f68c1646d6e
parenta6733ff6843ab89361daaf789329eedb4e73ca19
wafsamba: simplify mit kerberos detection

This patch removes the --with-system-mitkrb5 callback and associated
ability to store both boolean and path (string list) content.
The boolean part is self explanatory, specifying a path list
was a way to alternatively specify where krb5-config was found.
Instead now after this change to influence where krb5-config is found
the PATH variable itself should be modified before running configure.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
wscript
wscript_configure_system_mitkrb5