54020: add library for network support on Haiku OS

This commit is contained in:
Oliver Kiddle
2025-11-03 20:20:13 +01:00
parent 8e27709d2a
commit 62c6326d99
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2025-11-03 Oliver Kiddle <opk@zsh.org>
* 54020: configure.ac: add library for network support on Haiku OS
* 54019: configure.ac, Makefile.in, Src/params.c, Test/ztst.zsh,
Src/Builtins/rlimits.c, Src/Modules/curses.mdd: AIX support fixes

View File

@@ -858,7 +858,7 @@ if test x$enable_cap = xyes; then
fi
AC_CHECK_LIB(socket, socket)
AC_SEARCH_LIBS(gethostbyname2, bind)
AC_SEARCH_LIBS(gethostbyname2, bind network)
case $LIBS in
*-lbind*)