Skip to content

Commit

Permalink
Rebuild configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed May 29, 2024
1 parent 27f2834 commit 9aab2f2
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -25100,20 +25100,26 @@ else $as_nop
then :
if test x${PYTHON_SPHINXB} = x
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: missing the sphinx module, python documentation cannot not be built" >&5
printf "%s\n" "$as_me: WARNING: missing the sphinx module, python documentation cannot not be built" >&2;}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: missing the sphinx-build, python documentation cannot not be built" >&5
printf "%s\n" "$as_me: WARNING: missing the sphinx-build, python documentation cannot not be built" >&2;}
else $as_nop
if test x${PYTHON_SPHINXA} = x
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: missing the sphinx-apidoc, python documentation cannot not be built" >&5
printf "%s\n" "$as_me: WARNING: missing the sphinx-apidoc, python documentation cannot not be built" >&2;}
else $as_nop
if test x${PYTHON_BREATHE} = x
then :
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: missing the breathe module, python documentation cannot not be built" >&5
printf "%s\n" "$as_me: WARNING: missing the breathe module, python documentation cannot not be built" >&2;}
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: missing the breathe-apidoc, python documentation cannot not be built" >&5
printf "%s\n" "$as_me: WARNING: missing the breathe-apidoc, python documentation cannot not be built" >&2;}
else $as_nop
HAVE_PYTHON_DOCS=1

fi
fi
fi
fi
fi


# Version splitting
Expand Down

0 comments on commit 9aab2f2

Please sign in to comment.