mirror of
https://github.com/curl/curl.git
synced 2026-07-23 23:47:15 +03:00
Dan Fandrich fix for hosts that need both -lnsl and -lsocket
This commit is contained in:
parent
6c5ea2af27
commit
5c7dcc6c33
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ then
|
|||
AC_TRY_LINK( ,
|
||||
[gethostbyname();],
|
||||
[ dnl found it!
|
||||
HAVE_GETHOSTBYNAME="1",
|
||||
HAVE_GETHOSTBYNAME="1"
|
||||
AC_MSG_RESULT([yes])],
|
||||
[ dnl failed!
|
||||
AC_MSG_RESULT([no])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue