]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
* aclocal.m4 (KRB5_AC_CHOOSE_ET): Make sure that the error-table symbol is
authorKen Raeburn <raeburn@mit.edu>
Fri, 14 Apr 2006 23:59:00 +0000 (23:59 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 14 Apr 2006 23:59:00 +0000 (23:59 +0000)
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

index 27f0ad6f894fef58c2dba0e8781d986e6d60f942..f3711c1836b79316a9412cae1476fff272b38ab1 100644 (file)
@@ -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