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:
@@ -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
|
||||
|
Reference in New Issue
Block a user