commit 2b14234abc252383679bae2d23861b773dc9713e from: Florian Westphal via: Alexander Barton date: Wed Jul 09 16:33:48 2008 UTC 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. commit - b945726ac22ae237c14508593fe63cc9f9d025fd commit + 2b14234abc252383679bae2d23861b773dc9713e blob - f02835fb9bca4d0b7eacaa00106ea90487235458 blob + a1d1452ca59d39db319fd79e21e1fda762dbb0ce --- configure.in +++ 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 --