From a7835f473694dd7ff0ad7679e86fd4b2de7e23ce Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Feb 2012 13:29:06 +1100 Subject: s3-libsmb: Remove unused smb_krb5_mk_error() Also remove now-unused configure checks for krb5_mk_error(). Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett --- source3/configure.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 1ce1a5b8f8..90d0c5436a 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4313,19 +4313,6 @@ if test x"$with_ads_support" != x"no"; then [Whether the type krb5_addresses type exists]) fi - AC_CACHE_CHECK([whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal], - samba_cv_HAVE_SHORT_KRB5_MK_ERROR_INTERFACE, [ - AC_TRY_COMPILE([#include ], - [ - krb5_mk_error(0,0,0);], - samba_cv_HAVE_SHORT_KRB5_MK_ERROR_INTERFACE=yes, - samba_cv_HAVE_SHORT_KRB5_MK_ERROR_INTERFACE=no)]) - - if test x"$samba_cv_HAVE_SHORT_KRB5_MK_ERROR_INTERFACE" = x"yes"; then - AC_DEFINE(HAVE_SHORT_KRB5_MK_ERROR_INTERFACE,1, - [whether krb5_mk_error takes 3 arguments MIT or 9 Heimdal]) - fi - if test x"$ac_cv_func_ext_krb5_enctype_to_string" = x"yes"; then AC_CACHE_CHECK([for krb5_error_code krb5_enctype_to_string(krb5_context context, krb5_enctype enctype, char **str)], smb_krb5_cv_enctype_to_string_takes_krb5_context_arg,[ -- cgit