From: Ken Raeburn Date: Fri, 14 Apr 2006 23:59:00 +0000 (+0000) Subject: * aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the error-table symbol is X-Git-Tag: krb5-1.5-alpha1~77 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8d3cb86060770443b3dce1218306c8fd3c07f4c8;p=krb5.git * 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 --- 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