One of these gives us b64_ntop.

This commit is contained in:
Nicholas Marriott 2011-05-26 10:35:07 +00:00
parent d0f362a503
commit e14bf9bb8f

View File

@ -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)