diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-06 12:55:24 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-06-06 12:55:24 +0000 |
commit | 1889369086cf46614f44da31e29d6583d9a16b01 (patch) | |
tree | 5340c7d96c01f33e41985a7458a663fb772f0051 /libiberty/configure.in | |
parent | 7217313c59cbed12b40cb122de1dc3c609efb2e8 (diff) | |
download | gdb-1889369086cf46614f44da31e29d6583d9a16b01.zip gdb-1889369086cf46614f44da31e29d6583d9a16b01.tar.gz gdb-1889369086cf46614f44da31e29d6583d9a16b01.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index f6d92bc..c84ece4 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -401,7 +401,7 @@ if test -z "${setobjs}"; 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 |