ctdb-protocol: Add missing push support for new controls
[janger/samba-autobuild-v4-18-test/.git] / wscript_configure_embedded_heimdal
index 92a29f71bf8467ccc698c079ae55792b80e8eaa2..6066f2b39d79d78ba8a10599fc5b14026073c590 100644 (file)
@@ -1,4 +1,8 @@
 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')
+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('third_party/heimdal_build')