diff options
Diffstat (limited to 'source4/kdc/wscript_build')
-rw-r--r-- | source4/kdc/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/kdc/wscript_build b/source4/kdc/wscript_build index 6a6e4f2114..5b2ba28793 100644 --- a/source4/kdc/wscript_build +++ b/source4/kdc/wscript_build @@ -24,6 +24,7 @@ bld.SAMBA_LIBRARY('HDB_SAMBA4_PLUGIN', link_name='modules/hdb/hdb_samba4.so', realname='hdb_samba4.so', install_path='${MODULESDIR}/hdb', + enabled = (bld.CONFIG_SET("USING_SYSTEM_KRB5") and bld.CONFIG_SET("USING_SYSTEM_HDB")) ) bld.SAMBA_SUBSYSTEM('WDC_SAMBA4', |