summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-08 15:26:18 +0000
committerMiles Bader <miles@gnu.org>1996-07-08 15:26:18 +0000
commit17f92c2dfc30dafd127e292be5d7e6b119f2b084 (patch)
tree694248f3485ec0315addad1eafeddf132eb2c817
parent7702f9b5a9322a66a63e9cc94f29b252b19642c0 (diff)
Regenerated: autoconf sysdeps/unix/common/configure.in
-rwxr-xr-xsysdeps/unix/common/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/common/configure b/sysdeps/unix/common/configure
index 9c0da92127..257ff68a4a 100755
--- a/sysdeps/unix/common/configure
+++ b/sysdeps/unix/common/configure
@@ -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