Commit dfd315b4 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

When checking for gethostbyname_r_6 not try to compile but try to

link.
parent 875927f6
...@@ -17352,9 +17352,9 @@ main () ...@@ -17352,9 +17352,9 @@ main ()
return 0; return 0;
} }
_ACEOF _ACEOF
rm -f conftest.$ac_objext rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_compile) 2>conftest.er1 (eval $ac_link) 2>conftest.er1
ac_status=$? ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1 rm -f conftest.er1
...@@ -17367,7 +17367,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 ...@@ -17367,7 +17367,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
ac_status=$? ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } && (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 echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5 (eval $ac_try) 2>&5
ac_status=$? ac_status=$?
...@@ -17381,7 +17381,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 ...@@ -17381,7 +17381,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
wine_cv_linux_gethostbyname_r_6=no wine_cv_linux_gethostbyname_r_6=no
fi 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 fi
echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5 echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
......
...@@ -1253,7 +1253,7 @@ AC_CACHE_CHECK([whether linux/input.h is for real], ...@@ -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], AC_CACHE_CHECK([whether we can use re-entrant gethostbyname_r Linux style],
wine_cv_linux_gethostbyname_r_6, wine_cv_linux_gethostbyname_r_6,
AC_TRY_COMPILE([ AC_TRY_LINK([
#include <netdb.h> #include <netdb.h>
], [ ], [
char *name=NULL; char *name=NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment