summaryrefslogtreecommitdiff
path: root/wscript_configure_system_heimdal
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-04-02 07:31:33 +0000
committerAndrew Bartlett <abartlet@samba.org>2021-06-15 22:41:34 +0000
commitd62917d3d7eeb9c5782d7230a4012b5a9235154f (patch)
treeb51f7432a8edc2fb820d52b12ff1fe25c7ad4c7a /wscript_configure_system_heimdal
parent7b4aef782cdc8d801b91a2538a942a4e5bab4f94 (diff)
downloadsamba-d62917d3d7eeb9c5782d7230a4012b5a9235154f.tar.gz
heimdal_build: Provide C defines showing which Kerberos library is in use
Squashed from patches by Stefan Metzmacher as part of his Heimdal update branch Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'wscript_configure_system_heimdal')
-rw-r--r--wscript_configure_system_heimdal2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript_configure_system_heimdal b/wscript_configure_system_heimdal
index 235fa1912b7..67d8804d0ff 100644
--- a/wscript_configure_system_heimdal
+++ b/wscript_configure_system_heimdal
@@ -99,4 +99,6 @@ finally:
check_system_heimdal_binary("compile_et")
check_system_heimdal_binary("asn1_compile")
+conf.env.KRB5_VENDOR = 'heimdal'
conf.define('USING_SYSTEM_KRB5', 1)
+conf.define('USING_SYSTEM_HEIMDAL', 1)