diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 11:56:41 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 18:42:15 -0500 |
commit | 8c90be2a29053ac613dfe0c11a423da16c7c4520 (patch) | |
tree | cf31a8e35cd9793f5f6f622b0ffcce61bbad8652 /configure.ac | |
parent | 627b0261a81bb18ef95156baa37101ddcb14e356 (diff) | |
download | portable-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.ac | 2 |
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 | |||
52 | CHECK_LIBC_CRYPTO_COMPAT | 52 | CHECK_LIBC_CRYPTO_COMPAT |
53 | CHECK_VA_COPY | 53 | CHECK_VA_COPY |
54 | 54 | ||
55 | AC_CHECK_HEADERS([err.h]) | ||
56 | |||
57 | AC_ARG_WITH([openssldir], | 55 | AC_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]), |