From acf331f7f138217c59c09d58ac5f16220b1c8924 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 22 Jan 2017 19:12:15 +0000 Subject: Add b64_pton as well. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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( [ -- cgit