diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-27 09:49:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:16 -0500 |
commit | d482fd69bb5d6ea160054d682547d23a0ff5da99 (patch) | |
tree | c1eb2c2adf4f5567cfecb133fa68aca8dc967384 | |
parent | 425543c76aec2e4aca8d817aa1ab843c9af83925 (diff) | |
download | samba-d482fd69bb5d6ea160054d682547d23a0ff5da99.tar.gz samba-d482fd69bb5d6ea160054d682547d23a0ff5da99.tar.xz samba-d482fd69bb5d6ea160054d682547d23a0ff5da99.zip |
r5041: add more verbose output for the krb5 libs detection
metze
(This used to be commit 917a3b214abd2d92ba8df3e72c4e8711fe523e09)
-rw-r--r-- | source4/libads/config.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index b536c68ed02..1f07e1fa733 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) |