mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#2467] Remove unnecessary check
This commit is contained in:
@@ -1133,13 +1133,6 @@ AC_ARG_ENABLE(shell,
|
|||||||
[enable kea-shell, a text management client for Control Agent [default=no]])],
|
[enable kea-shell, a text management client for Control Agent [default=no]])],
|
||||||
enable_shell=$enableval, enable_shell=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,
|
AC_ARG_ENABLE(generate_docs,
|
||||||
[AS_HELP_STRING([--enable-generate-docs],
|
[AS_HELP_STRING([--enable-generate-docs],
|
||||||
[regenerate documentation using Sphinx [default=no]])],
|
[regenerate documentation using Sphinx [default=no]])],
|
||||||
|
Reference in New Issue
Block a user