diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-01 07:40:26 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-01 07:40:26 -0500 |
commit | a7f031ba55ac4a69263000357eb7f6d7fb88101a (patch) | |
tree | 22683754da45f65561d4ae8465311b8eb0a43ec5 /configure.ac | |
parent | 497a47c5fcf137b73816ee8e9165ddd12f90fcef (diff) | |
download | portable-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.ac | 1 |
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]) | |||
51 | CHECK_LIBC_COMPAT | 51 | CHECK_LIBC_COMPAT |
52 | CHECK_LIBC_CRYPTO_COMPAT | 52 | CHECK_LIBC_CRYPTO_COMPAT |
53 | CHECK_VA_COPY | 53 | CHECK_VA_COPY |
54 | CHECK_B64_NTOP | ||
54 | 55 | ||
55 | AC_ARG_WITH([openssldir], | 56 | AC_ARG_WITH([openssldir], |
56 | AS_HELP_STRING([--with-openssldir], | 57 | AS_HELP_STRING([--with-openssldir], |