r5041: add more verbose output for the krb5 libs detection
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Jan 2005 09:49:45 +0000 (09:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:16 +0000 (13:09 -0500)
metze
(This used to be commit 917a3b214abd2d92ba8df3e72c4e8711fe523e09)

source4/libads/config.m4

index b536c68ed024ce02499b8b73857b8613a5faf3d5..1f07e1fa733ed55312532d2175933c16095835bf 100644 (file)
@@ -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)