]> arthur.barton.de Git - ngircd-alex.git/commitdiff
dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..]
authorFlorian Westphal <fw@strlen.de>
Mon, 30 Jun 2008 20:50:42 +0000 (22:50 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 9 Jul 2008 16:33:48 +0000 (18:33 +0200)
(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.

configure.in

index f02835fb9bca4d0b7eacaa00106ea90487235458..a1d1452ca59d39db319fd79e21e1fda762dbb0ce 100644 (file)
@@ -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 --