svn commit: samba r21237 - in branches/SAMBA_3_0/source: .

gd at samba.org gd at samba.org
Thu Feb 8 12:40:29 GMT 2007


Author: gd
Date: 2007-02-08 12:40:29 +0000 (Thu, 08 Feb 2007)
New Revision: 21237

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

Log:
Forgot configure checks in 3_0 (3_0_25 is fine) for heimdal kinit fix.

Guenther

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2007-02-08 10:44:54 UTC (rev 21236)
+++ branches/SAMBA_3_0/source/configure.in	2007-02-08 12:40:29 UTC (rev 21237)
@@ -3501,6 +3501,8 @@
   AC_CHECK_FUNC_EXT(krb5_get_kdc_cred, $KRB5_LIBS)
   AC_CHECK_FUNC_EXT(krb5_free_error_contents, $KRB5_LIBS)
   AC_CHECK_FUNC_EXT(initialize_krb5_error_table, $KRB5_LIBS)
+  AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_alloc, $KRB5_LIBS)
+  AC_CHECK_FUNC_EXT(krb5_get_init_creds_opt_free, $KRB5_LIBS)
 
   LIBS="$KRB5_LIBS $LIBS"
 



More information about the samba-cvs mailing list