aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-07 08:55:05 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-07 08:55:05 -0500
commit442cc6f1b4a5ff25a6301acee58199b65800730d (patch)
tree2280b15c8dd37a98a2a482ec2491859f18a48e8f /configure.ac
parenta615d3c6d31b6e7790fb17d46fecba3e4ebfc986 (diff)
downloadportable-442cc6f1b4a5ff25a6301acee58199b65800730d.tar.gz
portable-442cc6f1b4a5ff25a6301acee58199b65800730d.tar.bz2
portable-442cc6f1b4a5ff25a6301acee58199b65800730d.zip
add tame(2) check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d02b3d4..c103399 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,8 @@ AM_CONDITIONAL([BUILD_CERTHASH], [test "x$ac_cv_func_symlink" = xyes])
49AC_CHECK_FUNC([funopen]) 49AC_CHECK_FUNC([funopen])
50 50
51CHECK_LIBC_COMPAT 51CHECK_LIBC_COMPAT
52CHECK_LIBC_CRYPTO_COMPAT 52CHECK_SYSCALL_COMPAT
53CHECK_CRYPTO_COMPAT
53CHECK_VA_COPY 54CHECK_VA_COPY
54CHECK_B64_NTOP 55CHECK_B64_NTOP
55 56