summaryrefslogtreecommitdiff
path: root/source4/libads
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-27 09:49:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:16 -0500
commitd482fd69bb5d6ea160054d682547d23a0ff5da99 (patch)
treec1eb2c2adf4f5567cfecb133fa68aca8dc967384 /source4/libads
parent425543c76aec2e4aca8d817aa1ab843c9af83925 (diff)
downloadsamba-d482fd69bb5d6ea160054d682547d23a0ff5da99.tar.gz
samba-d482fd69bb5d6ea160054d682547d23a0ff5da99.tar.bz2
samba-d482fd69bb5d6ea160054d682547d23a0ff5da99.zip
r5041: add more verbose output for the krb5 libs detection
metze (This used to be commit 917a3b214abd2d92ba8df3e72c4e8711fe523e09)
Diffstat (limited to 'source4/libads')
-rw-r--r--source4/libads/config.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4
index b536c68ed0..1f07e1fa73 100644
--- a/source4/libads/config.m4
+++ b/source4/libads/config.m4
@@ -523,6 +523,10 @@ if test x"$with_krb5_support" != x"no"; then
AC_MSG_CHECKING(whether KRB5 support is used)
SMB_EXT_LIB_ENABLE(KRB5,YES)
AC_MSG_RESULT(yes)
+ echo "KRB5_CFLAGS: ${KRB5_CFLAGS}"
+ echo "KRB5_CPPFLAGS: ${KRB5_CPPFLAGS}"
+ echo "KRB5_LDFLAGS: ${KRB5_LDFLAGS}"
+ echo "KRB5_LIBS: ${KRB5_LIBS}"
else
if test x"$with_krb5_support" = x"yes"; then
AC_MSG_ERROR(a working krb5 library is needed for KRB5 support)