From 8c1d38cf6688d0387bf768c7f861977f0975d6c9 Mon Sep 17 00:00:00 2001 From: Slawek Figiel Date: Wed, 28 Jun 2023 20:45:36 +0200 Subject: [PATCH] [#2467] Remove unnecessary check --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 84c33489c0..740a236cbd 100644 --- a/configure.ac +++ b/configure.ac @@ -1133,13 +1133,6 @@ AC_ARG_ENABLE(shell, [enable kea-shell, a text management client for Control Agent [default=no]])], enable_shell=$enableval, enable_shell=no) -if test "x$enable_shell" != "xno"; then - major=`echo $PYTHON_VERSION | cut -d '.' -f 1` - if test "x$major" != "x3"; then - AC_MSG_ERROR([kea-shell does not support python2]) - fi -fi - AC_ARG_ENABLE(generate_docs, [AS_HELP_STRING([--enable-generate-docs], [regenerate documentation using Sphinx [default=no]])], -- 2.47.2