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

[3413] Better checking for python3 not being available

This commit is contained in:
Tomek Mrugalski
2014-06-25 15:05:26 +02:00
parent 5a3b9caa9c
commit 28f2d52ca8

View File

@@ -1137,7 +1137,7 @@ AC_ARG_ENABLE(generate_docs, [AC_HELP_STRING([--enable-generate-docs],
enable_generate_docs=$enableval, enable_generate_docs=no)
if test "x$enable_generate_docs" != xno ; then
if test $PYTHON -eq no; then
if test "$PYTHON" == "no" ; then
AC_MSG_ERROR("Python3 is required for enable-generate-docs")
fi