From: Slawek Figiel Date: Wed, 28 Jun 2023 18:45:36 +0000 (+0200) Subject: [#2467] Remove unnecessary check X-Git-Tag: Kea-2.4.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1d38cf6688d0387bf768c7f861977f0975d6c9;p=thirdparty%2Fkea.git [#2467] Remove unnecessary check --- 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]])],