mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-05 21:30:29 +00:00
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.
This commit is contained in:
parent
b945726ac2
commit
2b14234abc
@ -125,10 +125,7 @@ AC_TYPE_SIZE_T
|
|||||||
|
|
||||||
|
|
||||||
# -- Libraries --
|
# -- Libraries --
|
||||||
|
|
||||||
AC_CHECK_LIB(UTIL,memmove)
|
|
||||||
AC_CHECK_LIB(socket,bind)
|
AC_CHECK_LIB(socket,bind)
|
||||||
AC_CHECK_LIB(nsl,gethostent)
|
|
||||||
|
|
||||||
# -- Functions --
|
# -- Functions --
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user