mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
d62917d3d7
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>
9 lines
432 B
Plaintext
9 lines
432 B
Plaintext
if not conf.env['FLEX']:
|
|
conf.fatal("Embedded Heimdal build requires flex but it was not found. Install flex or use --with-system-mitkrb5 or --with-system-heimdalkrb5")
|
|
|
|
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')
|