2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#2467] Apply 2 suggestions to 2 files

This commit is contained in:
Piotrek Zadroga
2023-06-28 17:11:29 +00:00
committed by Slawek Figiel
parent 144f136bf4
commit c830220054
2 changed files with 2 additions and 2 deletions

View File

@@ -1125,7 +1125,7 @@ fi
AM_CONDITIONAL([GENERATE_PARSER], [test x$enable_generate_parser != xno])
# Kea-shell is written in python. It can work with any 3.x.
# Kea-shell is written in python. It can work with any python 3.x version.
# We require python only if kea-shell was enabled. It is disabled by default to
# not introduce hard dependency on python.
AC_ARG_ENABLE(shell,