From 58b1717a5eda251ff165b5107764947bef66a26e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 22 Jan 2002 22:32:35 +0000 Subject: * configure.in (variable detection): Use arrays of unspecified size instead of plain integers. --- libiberty/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/configure') diff --git a/libiberty/configure b/libiberty/configure index be1fa94..a406d28 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -2803,7 +2803,7 @@ else #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 -- cgit v1.1