summaryrefslogtreecommitdiff
path: root/wscript_configure_embedded_heimdal
blob: 81cfd856c59a9ecfceb45c30e81f36deb6b31eee (plain)
1
2
3
4
5
6
7
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')