When checking for gethostbyname_r_6 not try to compile but try to

link.
oldstable
Marcus Meissner 2004-01-02 03:53:57 +00:00 committed by Alexandre Julliard
parent 875927f67e
commit dfd315b415
2 changed files with 7 additions and 6 deletions

11
configure vendored
View File

@ -17352,9 +17352,9 @@ main ()
return 0;
}
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>conftest.er1
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
@ -17367,7 +17367,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } &&
{ ac_try='test -s conftest.$ac_objext'
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
@ -17381,7 +17381,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
wine_cv_linux_gethostbyname_r_6=no
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5

View File

@ -1253,7 +1253,7 @@ AC_CACHE_CHECK([whether linux/input.h is for real],
AC_CACHE_CHECK([whether we can use re-entrant gethostbyname_r Linux style],
wine_cv_linux_gethostbyname_r_6,
AC_TRY_COMPILE([
AC_TRY_LINK([
#include <netdb.h>
], [
char *name=NULL;