about summary refs log tree commit diff
path: root/sysdeps/generic/configure
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-06 23:17:13 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-06 23:17:13 +0000
commit607c351a149e23617e14c8fd583fcb4f4e9d2aeb (patch)
treedd43de3d47a813e07a53d89514430c4a89e7df56 /sysdeps/generic/configure
parentcbd57e25288e1803e4db5f5503f9d75a55f7d024 (diff)
downloadglibc-607c351a149e23617e14c8fd583fcb4f4e9d2aeb.tar.gz
glibc-607c351a149e23617e14c8fd583fcb4f4e9d2aeb.tar.xz
glibc-607c351a149e23617e14c8fd583fcb4f4e9d2aeb.zip
Update.
1999-05-06  Ulrich Drepper  <drepper@cygnus.com>

	* nss/digits_dots.c: Correct return value interpretation of
	inet_ntoa.  Fix PR libc/1109.
Diffstat (limited to 'sysdeps/generic/configure')
-rwxr-xr-xsysdeps/generic/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/configure b/sysdeps/generic/configure
index ddfa2cff80..574808f5e8 100755
--- a/sysdeps/generic/configure
+++ b/sysdeps/generic/configure
@@ -32,7 +32,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+if { (eval echo configure:36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else