From 607c351a149e23617e14c8fd583fcb4f4e9d2aeb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 May 1999 23:17:13 +0000 Subject: Update. 1999-05-06 Ulrich Drepper * nss/digits_dots.c: Correct return value interpretation of inet_ntoa. Fix PR libc/1109. --- sysdeps/generic/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/configure') 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 -- cgit 1.4.1