]> granicus.if.org Git - apache/commitdiff
seems nobody is using sethostent()
authorGreg Stein <gstein@apache.org>
Mon, 8 Jan 2001 08:23:13 +0000 (08:23 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 8 Jan 2001 08:23:13 +0000 (08:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87609 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 2951ca84a08a526356bf6745132d602c6f0a9996..af0a3134cac4bb3b6ba871d940a6cba48505930c 100644 (file)
@@ -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"])