From: Florian Westphal Date: Mon, 30 Jun 2008 20:50:42 +0000 (+0200) Subject: dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..] X-Git-Tag: rel-13-rc1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b14234abc252383679bae2d23861b773dc9713e;p=ngircd dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..] (they use none of its symbols). So, rip out that AC_CHECK_LIB cruft, pointed out by Christoph Biedl. If there are platforms that really need that we should only link when we actually use these libraries. --- diff --git a/configure.in b/configure.in index f02835fb..a1d1452c 100644 --- a/configure.in +++ b/configure.in @@ -125,10 +125,7 @@ AC_TYPE_SIZE_T # -- Libraries -- - -AC_CHECK_LIB(UTIL,memmove) AC_CHECK_LIB(socket,bind) -AC_CHECK_LIB(nsl,gethostent) # -- Functions --