Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
28f2d52c
Commit
28f2d52c
authored
Jun 25, 2014
by
Tomek Mrugalski
🛰
Browse files
[3413] Better checking for python3 not being available
parent
5a3b9caa
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
28f2d52c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment