summaryrefslogtreecommitdiffstats
path: root/libiberty/configure
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-22 22:31:52 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-22 22:31:52 +0000
commit2c79f1707df571cb896ee4469debf0feabfa3ea9 (patch)
tree50776c386e475ef991d61b91cd8bd81eb7a69e3a /libiberty/configure
parent7df8b55573fc37a990b4a50afbe06b18718941ba (diff)
downloadppe42-gcc-2c79f1707df571cb896ee4469debf0feabfa3ea9.tar.gz
ppe42-gcc-2c79f1707df571cb896ee4469debf0feabfa3ea9.zip
* configure.in (variable detection): Use arrays of unspecified
size instead of plain integers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49103 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-xlibiberty/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure
index be1fa94a5f1..a406d28db62 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
OpenPOWER on IntegriCloud