From 53cd105d6eb60347c7356563ff1d341ebabf78f0 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 27 Dec 2015 22:12:35 -0600 Subject: [PATCH] update check for b64_ntop typo spotted by Jonas 'Sortie' Termansen --- m4/check-libc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/check-libc.m4 b/m4/check-libc.m4 index 6a23e35..44721a0 100644 --- a/m4/check-libc.m4 +++ b/m4/check-libc.m4 @@ -41,7 +41,7 @@ AC_CACHE_CHECK([for b64_ntop], ac_cv_have_b64_ntop_arg, [ [ ac_cv_have_b64_ntop_arg="no" ]) ]) -AM_CONDITIONAL([HAVE_B64_NTOP], [test "x$ac_cv_func_b64_ntop" = xyes]) +AM_CONDITIONAL([HAVE_B64_NTOP], [test "x$ac_cv_func_b64_ntop_arg" = xyes]) ]) AC_DEFUN([CHECK_CRYPTO_COMPAT], [