mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
build: don't warn when doxygen isn't found
Doxygen isn't so important that we need to warn when it is missing. I'd assume it might even be missing more often than not for most builds.
This commit is contained in:
parent
5cafb46fef
commit
fa84edb93c
1 changed files with 0 additions and 3 deletions
|
@ -111,9 +111,6 @@ AC_PATH_TOOL(READELF, readelf)
|
|||
AC_PATH_TOOL(CPPFILT, c++filt)
|
||||
AC_PATH_TOOL(OBJCOPY, objcopy)
|
||||
AC_PATH_PROG(DOXYGEN, doxygen)
|
||||
if test -z "$DOXYGEN"; then
|
||||
AC_MSG_WARN([Doxygen not found])
|
||||
fi
|
||||
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
|
||||
|
||||
AC_ARG_VAR(PYTHONPATH, Augments the default search path for python module files)
|
||||
|
|
Loading…
Reference in a new issue