aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-13 11:56:41 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-13 18:42:15 -0500
commit8c90be2a29053ac613dfe0c11a423da16c7c4520 (patch)
treecf31a8e35cd9793f5f6f622b0ffcce61bbad8652 /configure.ac
parent627b0261a81bb18ef95156baa37101ddcb14e356 (diff)
downloadportable-8c90be2a29053ac613dfe0c11a423da16c7c4520.tar.gz
portable-8c90be2a29053ac613dfe0c11a423da16c7c4520.tar.bz2
portable-8c90be2a29053ac613dfe0c11a423da16c7c4520.zip
allow nc to build on linux and os x
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 09bc9f1..9f3d636 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,8 +52,6 @@ CHECK_LIBC_COMPAT
52CHECK_LIBC_CRYPTO_COMPAT 52CHECK_LIBC_CRYPTO_COMPAT
53CHECK_VA_COPY 53CHECK_VA_COPY
54 54
55AC_CHECK_HEADERS([err.h])
56
57AC_ARG_WITH([openssldir], 55AC_ARG_WITH([openssldir],
58 AS_HELP_STRING([--with-openssldir], 56 AS_HELP_STRING([--with-openssldir],
59 [Set the default openssl directory]), 57 [Set the default openssl directory]),