From 8d3cb86060770443b3dce1218306c8fd3c07f4c8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 14 Apr 2006 23:59:00 +0000 Subject: [PATCH] * aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the error-table symbol is declared and addressable; the type doesn't need to be complete. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17928 dc483132-0cff-0310-8789-dd5450dbe970 --- src/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 27f0ad6f8..f3711c183 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1561,7 +1561,7 @@ EOF AC_MSG_ERROR(execution failed) fi AC_TRY_COMPILE([#include "conf$$e.h" - ],[ et_foo_error_table; ],:, + ],[ &et_foo_error_table; ],:, [AC_MSG_ERROR(cannot use et_foo_error_table)]) # Anything else we need to test for? rm -f conf$$e.et conf$$e.c conf$$e.h -- 2.26.2