From: Francis Dupont Date: Mon, 29 Mar 2021 16:39:02 +0000 (+0200) Subject: [#1775] Updated configure.ac X-Git-Tag: Kea-1.9.6~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a0acbfd462b6dcc68a3362471ddb6eae4352fe;p=thirdparty%2Fkea.git [#1775] Updated configure.ac --- diff --git a/configure.ac b/configure.ac index ac7b0743b6..b9f279f476 100755 --- a/configure.ac +++ b/configure.ac @@ -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