Regenerated: autoconf sysdeps/unix/common/configure.in

This commit is contained in:
Miles Bader 1996-07-08 15:26:18 +00:00
parent 7702f9b5a9
commit 17f92c2dfc
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ int t() {
extern char *sys_siglist[]; puts(*sys_siglist);
; return 0; }
EOF
if { (eval echo configure:19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
if eval $ac_link; then
rm -rf conftest*
ac_cv_check_symbol_sys_siglist=yes
else
@ -47,7 +47,7 @@ int t() {
extern char *_sys_siglist[]; puts(*_sys_siglist);
; return 0; }
EOF
if { (eval echo configure:51: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
if eval $ac_link; then
rm -rf conftest*
ac_cv_check_symbol__sys_siglist=yes
else
@ -83,7 +83,7 @@ int t() {
$ctype[13];
; return 0; }
EOF
if { (eval echo configure:87: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
if eval $ac_link; then
rm -rf conftest*
libc_cv_ctype_glue="$ctype"; break
fi