summaryrefslogtreecommitdiff
path: root/wscript_configure_embedded_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_embedded_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_embedded_heimdal')
-rw-r--r--wscript_configure_embedded_heimdal1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_configure_embedded_heimdal b/wscript_configure_embedded_heimdal
index 81cfd856c59..1c7801f705e 100644
--- a/wscript_configure_embedded_heimdal
+++ b/wscript_configure_embedded_heimdal
@@ -4,4 +4,5 @@ if not conf.env['FLEX']:
if not conf.env['BISON']:
conf.fatal("Embedded Heimdal build requires bison but it was not found. Install bison or use --with-system-mitkrb5 or --with-system-heimdalkrb5")
+conf.define('USING_EMBEDDED_HEIMDAL', 1)
conf.RECURSE('source4/heimdal_build')