From 050e8b457404c0ec7379b0e30286c59a66cca02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 12 Jul 2005 06:35:36 +0000 Subject: [PATCH] check that initialize_conf_error_table_r have the right argument git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15619 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/check-compile-et.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cf/check-compile-et.m4 b/cf/check-compile-et.m4 index 54d4fbad2..6a8f3a215 100644 --- a/cf/check-compile-et.m4 +++ b/cf/check-compile-et.m4 @@ -43,7 +43,8 @@ fi AC_MSG_RESULT(${krb_cv_compile_et}) if test "${krb_cv_compile_et}" = "yes" -a "${krb_cv_compile_et_cross}" = no; then AC_MSG_CHECKING([for if com_err generates a initialize_conf_error_table_r]) - AC_EGREP_CPP(initialize_conf_error_table_r,[#include "conftest_et.h"], + AC_EGREP_CPP([initialize_conf_error_table_r.*struct et_list], + [#include "conftest_et.h"], [krb_cv_com_err_need_r="ok"]) if test X"$krb_cv_com_err_need_r" = X ; then AC_MSG_RESULT(no)