Skip to content
Snippets Groups Projects
Commit 8b3f1ceb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

gethostname is not used anymore so we can stop looking for it! ;-)

parent 086daf91
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment