mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
gethostname is not used anymore so we can stop looking for it! ;-)
This commit is contained in:
parent
086daf913c
commit
8b3f1cebda
1 changed files with 0 additions and 4 deletions
|
|
@ -256,9 +256,6 @@ fi
|
|||
dnl socket lib?
|
||||
AC_CHECK_FUNC(connect, , AC_CHECK_LIB(socket, connect))
|
||||
|
||||
dnl ucb lib?
|
||||
AC_CHECK_FUNC(gethostname, , AC_CHECK_LIB(ucb, gethostname))
|
||||
|
||||
dnl dl lib?
|
||||
AC_CHECK_FUNC(dlclose, , AC_CHECK_LIB(dl, dlopen))
|
||||
|
||||
|
|
@ -643,7 +640,6 @@ AC_CHECK_FUNCS( socket \
|
|||
strcasecmp \
|
||||
stricmp \
|
||||
strcmpi \
|
||||
gethostname \
|
||||
gethostbyaddr \
|
||||
gettimeofday \
|
||||
inet_addr \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue