summaryrefslogtreecommitdiff
path: root/sysdeps/unix/common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-31 15:15:26 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-31 15:15:26 +0000
commit256705f4bd88d4a240f4661faea339e6bddef48f (patch)
tree1652d24d728a261d079c55af6d06c90b67c8c840 /sysdeps/unix/common
parenta1129917d77757941eded59e574f5fc9199284cb (diff)
Update.
1998-10-31 Ulrich Drepper <drepper@cygnus.com> * aclocal.m4 (LIBC_PROG_FOO_GNU): Name output file using -o to avoid ld test generating an unwanted file.
Diffstat (limited to 'sysdeps/unix/common')
-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 9e26b276f2..acd4ef23fe 100755
--- a/sysdeps/unix/common/configure
+++ b/sysdeps/unix/common/configure
@@ -15,7 +15,7 @@ int main() {
extern char *sys_siglist[]; puts(*sys_siglist);
; return 0; }
EOF
-if { (eval echo configure:19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+if { (eval echo configure:19: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_check_symbol_sys_siglist=yes
else
@@ -48,7 +48,7 @@ int main() {
extern char *_sys_siglist[]; puts(*_sys_siglist);
; return 0; }
EOF
-if { (eval echo configure:52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+if { (eval echo configure:52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_check_symbol__sys_siglist=yes
else
@@ -85,7 +85,7 @@ int main() {
$ctype[13];
; return 0; }
EOF
-if { (eval echo configure:89: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+if { (eval echo configure:89: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
libc_cv_ctype_glue="$ctype"; break
else