X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.ng;h=4f0a14e058d0aec17449a6bdf997de4e0b1c3875;hp=a3cab6aee2a77b31cc901aa92ca5795ea5b5e415;hb=c7db2f8429c161835f6a9ed4523f45c23918892b;hpb=c9d166747d4ea161c55c765edc23e2cd3bd7dec4 diff --git a/configure.ng b/configure.ng index a3cab6ae..4f0a14e0 100644 --- a/configure.ng +++ b/configure.ng @@ -164,11 +164,11 @@ AC_SEARCH_LIBS([memmove], [UTIL], [], [ AC_MSG_ERROR([unable to find the memmove() function]) ]) # gethostbyname: Solaris libnsl -AC_SEARCH_LIBS([gethostbyname], [nsl], [], [ +AC_SEARCH_LIBS([gethostbyname], [bind nsl network], [], [ AC_MSG_ERROR([unable to find the gethostbyname() function]) ]) # bind: SVR4 libsocket -AC_SEARCH_LIBS([bind], [socket], [], [ +AC_SEARCH_LIBS([bind], [socket network], [], [ AC_MSG_ERROR([unable to find the bind() function]) ])