aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <[email protected]>2020-06-17 18:27:00 +0800
committerfanquake <[email protected]>2020-06-17 18:27:00 +0800
commitfa84edb93c85f7709fc53abf9c6daae5d1bb3b28 (patch)
tree2a93e4e754cde16f32172151942c045697833493
parentMerge #19294: test: refactor: Inline adjust_bitcoin_conf_for_pre_17 (diff)
downloaddiscoin-fa84edb93c85f7709fc53abf9c6daae5d1bb3b28.tar.xz
discoin-fa84edb93c85f7709fc53abf9c6daae5d1bb3b28.zip
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.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 474d8a791..12bece690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)