aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2da3b1df..f9017ab7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)