2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1775] Updated configure.ac

This commit is contained in:
Francis Dupont
2021-03-29 18:39:02 +02:00
parent b1f8ca4454
commit 13a0acbfd4

View File

@@ -1409,10 +1409,11 @@ if test "x${CRYPTO_NAME}" = "xOpenSSL"; then
tls_support=yes
fi
# Decide if the control agent TLS test can work.
# Decide if the shell TLS test can work.
### This will be simpler when Python 2 support will be dropped.
ca_tls_test=no
if test "x$enable_shell" != "xno"; then
major=$(echo $PYTHON_VERSION | cut -d '.' -f 1)
major=` echo $PYTHON_VERSION | cut -d '.' -f 1`
if test "x$major" = "x3"; then
ca_tls_test="$tls_support"
else