mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 19:08:50 +00:00
One of these gives us b64_ntop.
This commit is contained in:
parent
d0f362a503
commit
e14bf9bb8f
@ -118,6 +118,8 @@ if test "x$found_curses" = xno; then
|
||||
fi
|
||||
|
||||
# Look for networking libraries.
|
||||
AC_SEARCH_LIBS(b64_ntop, resolv)
|
||||
AC_SEARCH_LIBS(__b64_ntop, resolv)
|
||||
AC_SEARCH_LIBS(inet_ntoa, nsl)
|
||||
AC_SEARCH_LIBS(socket, socket)
|
||||
AC_CHECK_LIB(xnet, socket)
|
||||
|
Loading…
Reference in New Issue
Block a user