svn commit: samba r5041 - in branches/SAMBA_4_0/source/libads: .

metze at samba.org metze at samba.org
Thu Jan 27 09:49:46 GMT 2005


Author: metze
Date: 2005-01-27 09:49:45 +0000 (Thu, 27 Jan 2005)
New Revision: 5041

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5041

Log:
add more verbose output for the krb5 libs detection

metze

Modified:
   branches/SAMBA_4_0/source/libads/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/libads/config.m4
===================================================================
--- branches/SAMBA_4_0/source/libads/config.m4	2005-01-27 09:33:16 UTC (rev 5040)
+++ branches/SAMBA_4_0/source/libads/config.m4	2005-01-27 09:49:45 UTC (rev 5041)
@@ -523,6 +523,10 @@
 		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)



More information about the samba-cvs mailing list