mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
e45980ff5d
Because the filenames are changed to the *.tab.{h,c} format a transitional header is added. While the built compilers differ, the output of the compilers and the resulting .o files have been verified not to have changed on Ubuntu 20.04. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
8 lines
391 B
Plaintext
8 lines
391 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.RECURSE('source4/heimdal_build')
|