diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-04-14 23:59:00 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-04-14 23:59:00 +0000 |
| commit | 8d3cb86060770443b3dce1218306c8fd3c07f4c8 (patch) | |
| tree | 00c1cf81438003160f5e426bda607307caae9be2 /src/aclocal.m4 | |
| parent | 55e2a8585fb63564940abd6640c13bd68026c5f4 (diff) | |
| download | krb5-8d3cb86060770443b3dce1218306c8fd3c07f4c8.tar.gz krb5-8d3cb86060770443b3dce1218306c8fd3c07f4c8.tar.xz krb5-8d3cb86060770443b3dce1218306c8fd3c07f4c8.zip | |
* 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
Diffstat (limited to 'src/aclocal.m4')
| -rw-r--r-- | src/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
