summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2025-11-03 20:20:13 +0100
committerOliver Kiddle <opk@zsh.org>2025-11-03 20:20:13 +0100
commit62c6326d992d755cd6df724b5a4f0c66705a7acd (patch)
tree0e0057ac079e46cf68154f3c5a2d849760cf1527 /configure.ac
parent54019: AIX support fixes (diff)
downloadzsh-62c6326d992d755cd6df724b5a4f0c66705a7acd.tar
zsh-62c6326d992d755cd6df724b5a4f0c66705a7acd.tar.gz
zsh-62c6326d992d755cd6df724b5a4f0c66705a7acd.tar.bz2
zsh-62c6326d992d755cd6df724b5a4f0c66705a7acd.tar.lz
zsh-62c6326d992d755cd6df724b5a4f0c66705a7acd.tar.xz
zsh-62c6326d992d755cd6df724b5a4f0c66705a7acd.tar.zst
zsh-62c6326d992d755cd6df724b5a4f0c66705a7acd.zip
54020: add library for network support on Haiku OS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3913ce9fc..dee62dd5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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*)