summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-08-07 15:28:57 +0200
committerGünther Deschner <gd@samba.org>2014-08-08 16:37:35 +0200
commit391396154620ddc897bf918abde69c8aea5046c9 (patch)
tree50d32ab867b2411557850485a98113dca1e02760 /source4/auth/gensec/wscript_build
parent1ad71f79eb473822d36d9629cf52c2fca4c53752 (diff)
downloadsamba-391396154620ddc897bf918abde69c8aea5046c9.tar.gz
samba-391396154620ddc897bf918abde69c8aea5046c9.tar.xz
samba-391396154620ddc897bf918abde69c8aea5046c9.zip
wscript: Only build gensec_krb5 with heimdal.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rwxr-xr-xsource4/auth/gensec/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index df633d4af7..1a44a9072c 100755
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -11,7 +11,7 @@ bld.SAMBA_MODULE('gensec_krb5',
init_function='gensec_krb5_init',
deps='samba-credentials authkrb5 com_err gensec_util',
internal_module=False,
- enabled=bld.AD_DC_BUILD_IS_ENABLED()
+ enabled=bld.AD_DC_BUILD_IS_ENABLED() and bld.CONFIG_SET('SAMBA4_USES_HEIMDAL')
)