From: Andrew Bartlett Date: Sun, 2 Jan 2005 03:10:28 +0000 (+0000) Subject: r4470: Try not to have GSSAPI built unless we detected krb5. We should split X-Git-Tag: samba-misc-tags/initial-v4-0-unstable~10401 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=2b0605dbaee18da4ebb676fc292b324d21805ef7 r4470: Try not to have GSSAPI built unless we detected krb5. We should split these tests out a bit, but for now it's an indicator we can use. Andrew Bartlett --- diff --git a/source/libcli/auth/gensec.m4 b/source/libcli/auth/gensec.m4 index 9b814014ca1..9e9b04a695c 100644 --- a/source/libcli/auth/gensec.m4 +++ b/source/libcli/auth/gensec.m4 @@ -1,6 +1,8 @@ SMB_MODULE_DEFAULT(gensec_krb5, NOT) +SMB_MODULE_DEFAULT(gensec_gssapi, NOT) if test x"$SMB_EXT_LIB_ENABLE_KRB5" = x"YES"; then /* enable this when krb5 is fully working */ SMB_MODULE_DEFAULT(gensec_krb5, STATIC) + SMB_MODULE_DEFAULT(gensec_gssapi, STATIC) fi