summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2012-06-07 13:38:20 +0300
committerAlexander Bokovoy <ab@samba.org>2012-06-07 16:08:02 +0300
commit23aac2039d921abdde1a2b6e2bdb4a3d0bcab8ee (patch)
tree309c20e26effb3eb6056cd53ed3b24f3f2f1ff22 /source4/torture/wscript_build
parent8778e411825ab8fe20fc6b60475615f3540ca7c3 (diff)
downloadsamba-23aac2039d921abdde1a2b6e2bdb4a3d0bcab8ee.tar.gz
samba-23aac2039d921abdde1a2b6e2bdb4a3d0bcab8ee.tar.bz2
samba-23aac2039d921abdde1a2b6e2bdb4a3d0bcab8ee.zip
waf: support --without-ad-dc for Heimdal (embedded and system) as well
--without-ad-dc was hardwired to mean --with-system-mitkrb5. With this change it also possible to build source3/ code and source4/ client side without building AD DC functionality using Heimdal (embedded or system).
Diffstat (limited to 'source4/torture/wscript_build')
-rwxr-xr-xsource4/torture/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index 70829f54a6..5b445bdfca 100755
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -35,7 +35,7 @@ bld.RECURSE('libsmbclient')
heimdal_specific = dict()
heimdal_specific['ndr'] = ('','')
heimdal_specific['rpc'] = ('','')
-if bld.CONFIG_SET('SAMBA4_USES_HEIMDAL'):
+if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
heimdal_specific['ndr'] = (' ndr/backupkey.c','')
heimdal_specific['rpc'] = (' rpc/backupkey.c rpc/spoolss_notify.c rpc/spoolss_win.c',
' RPC_NDR_BACKUPKEY SMB_SERVER dcerpc_server ntvfs')