summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2001-01-08 09:23:13 +0100
committerGreg Stein <gstein@apache.org>2001-01-08 09:23:13 +0100
commit57cd46c7d6fb1a34a8a7a33aee40a1246d69e545 (patch)
tree9b1e570cda82ee540ed51d20f0cff906ce11e6cf /configure.in
parentKeep Greg happy. (diff)
downloadapache2-57cd46c7d6fb1a34a8a7a33aee40a1246d69e545.tar.xz
apache2-57cd46c7d6fb1a34a8a7a33aee40a1246d69e545.zip
seems nobody is using sethostent()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
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"])