update check for b64_ntop

typo spotted by Jonas 'Sortie' Termansen
This commit is contained in:
Brent Cook 2015-12-27 22:12:35 -06:00
parent 733d581028
commit 53cd105d6e

View File

@ -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], [