aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-01 07:40:26 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-01 07:40:26 -0500
commita7f031ba55ac4a69263000357eb7f6d7fb88101a (patch)
tree22683754da45f65561d4ae8465311b8eb0a43ec5 /configure.ac
parent497a47c5fcf137b73816ee8e9165ddd12f90fcef (diff)
downloadportable-a7f031ba55ac4a69263000357eb7f6d7fb88101a.tar.gz
portable-a7f031ba55ac4a69263000357eb7f6d7fb88101a.tar.bz2
portable-a7f031ba55ac4a69263000357eb7f6d7fb88101a.zip
add b64_ntop checking and fallback for nc(1)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f5dcb77..d02b3d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,6 +51,7 @@ AC_CHECK_FUNC([funopen])
51CHECK_LIBC_COMPAT 51CHECK_LIBC_COMPAT
52CHECK_LIBC_CRYPTO_COMPAT 52CHECK_LIBC_CRYPTO_COMPAT
53CHECK_VA_COPY 53CHECK_VA_COPY
54CHECK_B64_NTOP
54 55
55AC_ARG_WITH([openssldir], 56AC_ARG_WITH([openssldir],
56 AS_HELP_STRING([--with-openssldir], 57 AS_HELP_STRING([--with-openssldir],