forked from Imagelibrary/binutils-gdb
* configure.in (variable detection): Use arrays of unspecified
size instead of plain integers.
This commit is contained in:
2
libiberty/configure
vendored
2
libiberty/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user