mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 06:55:16 +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
|
tls_support=yes
|
||||||
fi
|
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
|
ca_tls_test=no
|
||||||
if test "x$enable_shell" != "xno"; then
|
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
|
if test "x$major" = "x3"; then
|
||||||
ca_tls_test="$tls_support"
|
ca_tls_test="$tls_support"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user