]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2467] Remove unnecessary check
authorSlawek Figiel <slawek@isc.org>
Wed, 28 Jun 2023 18:45:36 +0000 (20:45 +0200)
committerSlawek Figiel <slawek@isc.org>
Thu, 29 Jun 2023 11:44:30 +0000 (13:44 +0200)
configure.ac

index 84c33489c0eb4c979bf5a13831c77d90f13e8c6b..740a236cbdb7f4591030e33761aee6103893d2f6 100644 (file)
@@ -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]])],