summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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)