mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08: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
|
fi
|
||||||
|
|
||||||
# Look for networking libraries.
|
# 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(inet_ntoa, nsl)
|
||||||
AC_SEARCH_LIBS(socket, socket)
|
AC_SEARCH_LIBS(socket, socket)
|
||||||
AC_CHECK_LIB(xnet, socket)
|
AC_CHECK_LIB(xnet, socket)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user