Dan Fandrich fix for hosts that need both -lnsl and -lsocket

This commit is contained in:
Daniel Stenberg 2004-10-06 07:33:03 +00:00
parent 6c5ea2af27
commit 5c7dcc6c33
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ then
AC_TRY_LINK( , AC_TRY_LINK( ,
[gethostbyname();], [gethostbyname();],
[ dnl found it! [ dnl found it!
HAVE_GETHOSTBYNAME="1", HAVE_GETHOSTBYNAME="1"
AC_MSG_RESULT([yes])], AC_MSG_RESULT([yes])],
[ dnl failed! [ dnl failed!
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])