* configure.in: Fix typo in the code checking for sys_errlist.
* configure: Regenerated.
From-SVN: r54115
-2002-05-14 Release Manager
+2002-05-31 Roman Lechtchinsky <rl@cs.tu-berlin.de>
- * GCC 3.1 Released.
+ * configure.in: Fix typo in the code checking for sys_errlist.
+ * configure: Regenerated.
2002-05-14 Release Manager
#include "confdefs.h"
int *p;
int main() {
-extern int $v []; p = &$v;
+extern int $v []; p = $v;
; return 0; }
EOF
if { (eval echo configure:2810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
for v in $vars; do
AC_MSG_CHECKING([for $v])
AC_CACHE_VAL(libiberty_cv_var_$v,
- [AC_TRY_LINK([int *p;], [extern int $v []; p = &$v;],
+ [AC_TRY_LINK([int *p;], [extern int $v []; p = $v;],
[eval "libiberty_cv_var_$v=yes"],
[eval "libiberty_cv_var_$v=no"])])
if eval "test \"`echo '$libiberty_cv_var_'$v`\" = yes"; then