From: Daniel Stenberg Date: Tue, 13 Aug 2002 12:12:36 +0000 (+0000) Subject: gethostname is not used anymore so we can stop looking for it! ;-) X-Git-Tag: curl-7_10~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b3f1cebda53dbf67be5e49ba06878290ac62e9f;p=curl gethostname is not used anymore so we can stop looking for it! ;-) --- diff --git a/configure.in b/configure.in index 7c6a2557e..ddd5bdf4f 100644 --- a/configure.in +++ b/configure.in @@ -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 \