diff options
Diffstat (limited to 'source4/libads/config.m4')
-rw-r--r-- | source4/libads/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index 2e4041829d..545f6246cb 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -420,6 +420,7 @@ if test x"$with_ads_support" != x"no"; then AC_DEFINE(HAVE_KRB5,1,[Whether to have KRB5 support]) AC_DEFINE(WITH_ADS,1,[Whether to include Active Directory support]) AC_MSG_CHECKING(whether Active Directory and krb5 support is used) + SMB_EXT_LIB_ENABLE(KRB5,YES) AC_MSG_RESULT(yes) else if test x"$with_ads_support" = x"yes"; then |