From 39c3f220348b2bf2f9b81e8972cc65a2cc7e4b63 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 12 Jul 2004 13:15:53 +0000 Subject: r1463: fix the krb5 build metze (This used to be commit fc8d00b8ab28535da4ec0b7e6931bbf402a37013) --- source4/libads/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libads/config.m4') 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 -- cgit