summaryrefslogtreecommitdiff
path: root/wscript_configure_embedded_heimdal
blob: 92a29f71bf8467ccc698c079ae55792b80e8eaa2 (plain)
1
2
3
4
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")

conf.RECURSE('source4/heimdal_build')