diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-15 10:43:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:51 -0500 |
commit | fd4c057f9f69fae8f75c003412f163cc965508c6 (patch) | |
tree | bbb250b410294e4f9444f837274a61de8b4d6465 /source4/libcli | |
parent | eac720f0518acb055ba3f8a8946f3c026c1bd4ae (diff) | |
download | samba-fd4c057f9f69fae8f75c003412f163cc965508c6.tar.gz samba-fd4c057f9f69fae8f75c003412f163cc965508c6.tar.bz2 samba-fd4c057f9f69fae8f75c003412f163cc965508c6.zip |
r3751: Some fixes to using enable and disable for subsystems, ext libs and modules
(This used to be commit c7757dd9adc18549fa3f908c2714624ec3f91394)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/auth/gensec.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/auth/gensec.m4 b/source4/libcli/auth/gensec.m4 index 768a2fae57..dd72d967dd 100644 --- a/source4/libcli/auth/gensec.m4 +++ b/source4/libcli/auth/gensec.m4 @@ -1,3 +1,5 @@ +SMB_MODULE_DEFAULT(gensec_krb5, NOT) + if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then /* enable this when krb5 is fully working */ SMB_MODULE_DEFAULT(gensec_krb5, NOT) |