s4:dsdb: Fix stack use after scope in gkdi_create_root_key()
[Samba.git] / wscript_configure_embedded_heimdal
blob45f47721dec4246850cd306d8e9feaaac966c5f0
1 if not conf.env['FLEX']:
2     conf.fatal("Embedded Heimdal build requires flex but it was not found.  Install flex or use --with-system-mitkrb5 or --with-system-heimdalkrb5")
4 if not conf.env['BISON']:
5     conf.fatal("Embedded Heimdal build requires bison but it was not found.  Install bison or use --with-system-mitkrb5 or --with-system-heimdalkrb5")
7 conf.define('USING_EMBEDDED_HEIMDAL', 1)
8 conf.RECURSE('third_party/heimdal_build')
11 # See https://github.com/heimdal/heimdal/pull/1234
12 # and https://github.com/krb5/krb5/pull/1329
13 # when this will be available also in
14 # system libraries...
15 conf.define('HAVE_CLIENT_GSS_C_CHANNEL_BOUND_FLAG', 1)