diff options
author | Günther Deschner <gd@samba.org> | 2014-04-30 01:19:53 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2015-03-20 23:25:52 +0100 |
commit | 1e9e40e1d6317eb7e83a0ba6f7617aafc893ca4c (patch) | |
tree | 615f91edeb15d93ed97f3ed1de15e5c8d53dfa8f /source4/libnet/wscript_build | |
parent | ad0fd589724d5dead6a7ba4c123d37ec61ec7b84 (diff) | |
download | samba-1e9e40e1d6317eb7e83a0ba6f7617aafc893ca4c.tar.gz |
s4-libnet: only build python_dckeytab when heimdal is available.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/libnet/wscript_build')
-rw-r--r-- | source4/libnet/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build index 55fedcde053..ed38c40a006 100644 --- a/source4/libnet/wscript_build +++ b/source4/libnet/wscript_build @@ -18,5 +18,5 @@ bld.SAMBA_PYTHON('python_dckeytab', source='py_net_dckeytab.c libnet_export_keytab.c', deps='pyrpc_util HDB_SAMBA4 com_err', realname='samba/dckeytab.so', - enabled=bld.AD_DC_BUILD_IS_ENABLED() + enabled=bld.CONFIG_SET('SAMBA4_USES_HEIMDAL') ) |