summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-06-30 09:30:33 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-06-30 09:30:33 +0000
commit79d976e8f919fdd2c52dd44254466b6984e7cfba (patch)
treeb8c474e3f2ddeb90a3d34fa3a50860b75f142011 /configure.in
parent7c12ca2aaff751eeb7af648d72736208b401d0ba (diff)
downloadlibapr-79d976e8f919fdd2c52dd44254466b6984e7cfba.tar.gz
* configure.in: Remove check for res_init again.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d4b6e0ef0..68ab6dbee 100644
--- a/configure.in
+++ b/configure.in
@@ -522,8 +522,6 @@ dnl end up LIBS="-lm -lcrypt -lnsl -ldl" which is an annoyance.
AC_SEARCH_LIBS(gethostbyname, nsl)
AC_SEARCH_LIBS(gethostname, nsl)
AC_SEARCH_LIBS(socket, socket)
-dnl Search for -lbind / -lresolv only after having added -lsocket and -lnsl
-AC_SEARCH_LIBS(res_init, bind resolv)
AC_SEARCH_LIBS(crypt, crypt ufc)
AC_CHECK_LIB(truerand, main)
AC_SEARCH_LIBS(modf, m)