mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-05 01:10:17 +00:00
54020: add library for network support on Haiku OS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user