diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-22 19:12:15 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-22 19:12:15 +0000 |
commit | acf331f7f138217c59c09d58ac5f16220b1c8924 (patch) | |
tree | 393508076eaa110f5f54c15dab8f369cec0fad92 /configure.ac | |
parent | 61af9d7cc27f9999e4f6e3dab9f786a074a97dee (diff) | |
download | rtmux-acf331f7f138217c59c09d58ac5f16220b1c8924.tar.gz rtmux-acf331f7f138217c59c09d58ac5f16220b1c8924.tar.bz2 rtmux-acf331f7f138217c59c09d58ac5f16220b1c8924.zip |
Add b64_pton as well.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d17b6722..acd63f39 100644 --- a/configure.ac +++ b/configure.ac @@ -260,7 +260,7 @@ if test "x$enable_utf8proc" = xyes; then fi AM_CONDITIONAL(HAVE_UTF8PROC, [test "x$enable_utf8proc" = xyes]) -# Check for b64_ntop. +# Check for b64_ntop. If we have b64_ntop, we assume b64_pton as well. AC_MSG_CHECKING(for b64_ntop) AC_TRY_LINK( [ |