summaryrefslogtreecommitdiff
path: root/source4/libads/config.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-12 13:15:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:32 -0500
commit39c3f220348b2bf2f9b81e8972cc65a2cc7e4b63 (patch)
tree403a5ed16652ea395cd7aed72ec4be53f2f8c8d9 /source4/libads/config.m4
parent88002b851bd30e3c03a5a9442baf3ced7aa6090f (diff)
downloadsamba-39c3f220348b2bf2f9b81e8972cc65a2cc7e4b63.tar.gz
samba-39c3f220348b2bf2f9b81e8972cc65a2cc7e4b63.tar.bz2
samba-39c3f220348b2bf2f9b81e8972cc65a2cc7e4b63.zip
r1463: fix the krb5 build
metze (This used to be commit fc8d00b8ab28535da4ec0b7e6931bbf402a37013)
Diffstat (limited to 'source4/libads/config.m4')
-rw-r--r--source4/libads/config.m41
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