From: Greg Stein Date: Mon, 8 Jan 2001 08:23:13 +0000 (+0000) Subject: seems nobody is using sethostent() X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57cd46c7d6fb1a34a8a7a33aee40a1246d69e545;p=apache seems nobody is using sethostent() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87609 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 2951ca84a0..af0a3134ca 100644 --- a/configure.in +++ b/configure.in @@ -108,7 +108,6 @@ initgroups \ AC_CHECK_LIB(nsl, gethostbyname) AC_CHECK_LIB(nsl, gethostname) AC_CHECK_LIB(socket, socket) -AC_CHECK_LIB(resolv, sethostent) AC_ARG_WITH(optim,[ --with-optim="FLAGS" compiler optimisation flags], [OPTIM="$withval"])