From 2b4b9a613e16bbf252435929bd66ecd1bfaec700 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 3 Nov 2009 22:21:34 -0800 Subject: [PATCH] require com_right_r --- cf/check-compile-et.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/cf/check-compile-et.m4 b/cf/check-compile-et.m4 index 9ea8320f3..3f9d95975 100644 --- a/cf/check-compile-et.m4 +++ b/cf/check-compile-et.m4 @@ -67,6 +67,7 @@ elif test "${krb_cv_compile_et}" = "yes"; then const char *p; p = error_message(0); initialize_error_table_r(0,0,0,0); + com_right_r(0, 0, 0, 0); ]])],[krb_cv_com_err="yes"],[krb_cv_com_err="no"; CPPFLAGS="${save_CPPFLAGS}"]) AC_MSG_RESULT(${krb_cv_com_err}) LIBS="${krb_cv_save_LIBS}"