We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758101e commit 5194acaCopy full SHA for 5194aca
aclocal.m4
@@ -1081,7 +1081,7 @@ AC_DEFUN(AC_LBL_LIBRARY_NET, [
1081
# libraries (i.e. libc):
1082
# Some OSes (eg. Solaris) place it in libnsl
1083
# Some strange OSes (SINIX) have it in libsocket:
1084
- AC_SEARCH_LIBS(gethostbyaddr, nsl socket resolv)
+ AC_SEARCH_LIBS(gethostbyaddr, network nsl socket resolv)
1085
# Unfortunately libsocket sometimes depends on libnsl and
1086
# AC_SEARCH_LIBS isn't up to the task of handling dependencies like this.
1087
if test "$ac_cv_search_gethostbyaddr" = "no"
0 commit comments