Merge pull request #2805 from ejohnstown/update-config

configure
This commit is contained in:
David Garske
2020-02-21 09:35:52 -08:00
committed by GitHub

View File

@ -1,6 +1,6 @@
# configure.ac # configure.ac
# #
# Copyright (C) 2006-2017 wolfSSL Inc. # Copyright (C) 2006-2020 wolfSSL Inc.
# #
# This file is part of wolfSSL. (formerly known as CyaSSL) # This file is part of wolfSSL. (formerly known as CyaSSL)
# #
@ -1892,7 +1892,6 @@ then
then then
ENABLED_OCSP="yes" ENABLED_OCSP="yes"
AM_CFLAGS="$AM_CFLAGS -DHAVE_OCSP" AM_CFLAGS="$AM_CFLAGS -DHAVE_OCSP"
AM_CONDITIONAL([BUILD_OCSP], [test "x$ENABLED_OCSP" = "xyes"])
fi fi
# Requires PSK make sure on # Requires PSK make sure on
@ -3453,8 +3452,6 @@ else
fi fi
fi fi
AM_CONDITIONAL([BUILD_RC4], [test "x$ENABLED_ARC4" = "xyes"])
# Asio Support # Asio Support
AC_ARG_ENABLE([asio], AC_ARG_ENABLE([asio],
[AS_HELP_STRING([--enable-asio],[Enable asio (default: disabled)])], [AS_HELP_STRING([--enable-asio],[Enable asio (default: disabled)])],