From e14bf9bb8fb5aee94b28badcd47a28ffdd4a3f95 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 26 May 2011 10:35:07 +0000 Subject: [PATCH] One of these gives us b64_ntop. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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)