diff options
author | June McEnroe <june@causal.agency> | 2020-07-30 18:08:59 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-02 15:42:48 -0400 |
commit | e5c08e2f0787eb1a1532ea3c0957892250007b07 (patch) | |
tree | 921d6f382ee385d9a640eb5832b6b0830b5b1fc8 /m4/check-os-options.m4 | |
parent | build: Add ax_check_openssl (diff) | |
download | libretls-e5c08e2f0787eb1a1532ea3c0957892250007b07.tar.gz libretls-e5c08e2f0787eb1a1532ea3c0957892250007b07.zip |
build: Strip down build
Diffstat (limited to '')
-rw-r--r-- | m4/check-os-options.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 8241aee..6913790 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 @@ -123,11 +123,6 @@ char buf[1]; getentropy(buf, 1); *) ;; esac -AC_ARG_ENABLE([nc], - AS_HELP_STRING([--enable-nc], [Enable installing TLS-enabled nc(1)])) -AM_CONDITIONAL([ENABLE_NC], [test "x$enable_nc" = xyes]) -AM_CONDITIONAL([BUILD_NC], [test x$BUILD_NC = xyes -o "x$enable_nc" = xyes]) - AM_CONDITIONAL([HOST_AIX], [test x$HOST_OS = xaix]) AM_CONDITIONAL([HOST_CYGWIN], [test x$HOST_OS = xcygwin]) AM_CONDITIONAL([HOST_DARWIN], [test x$HOST_OS = xdarwin]) |