mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Regenerated: autoconf sysdeps/unix/common/configure.in
This commit is contained in:
parent
7702f9b5a9
commit
17f92c2dfc
6
sysdeps/unix/common/configure
vendored
6
sysdeps/unix/common/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user