1. Remove duplicate AM_CONDITIONAL statments from configure.ac.

2. Update copyright year in configure.ac.
This commit is contained in:
John Safranek
2020-02-18 16:16:59 -08:00
parent 17c3bb00d8
commit 9953f2d01d

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)
# #
@@ -1891,7 +1891,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
@@ -3452,8 +3451,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)])],