diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-05-26 10:35:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-05-26 10:35:07 +0000 |
commit | e14bf9bb8fb5aee94b28badcd47a28ffdd4a3f95 (patch) | |
tree | f441f105018e40cd21cc3b3f13586df3932a1d35 | |
parent | d0f362a503ca438b9d0d8517411039011d88d19b (diff) | |
download | rtmux-e14bf9bb8fb5aee94b28badcd47a28ffdd4a3f95.tar.gz rtmux-e14bf9bb8fb5aee94b28badcd47a28ffdd4a3f95.tar.bz2 rtmux-e14bf9bb8fb5aee94b28badcd47a28ffdd4a3f95.zip |
One of these gives us b64_ntop.
-rw-r--r-- | configure.ac | 2 |
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) |