Skip to content

Commit fa84edb

Browse files
committed
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.
1 parent 5cafb46 commit fa84edb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ AC_PATH_TOOL(READELF, readelf)
111111
AC_PATH_TOOL(CPPFILT, c++filt)
112112
AC_PATH_TOOL(OBJCOPY, objcopy)
113113
AC_PATH_PROG(DOXYGEN, doxygen)
114-
if test -z "$DOXYGEN"; then
115-
AC_MSG_WARN([Doxygen not found])
116-
fi
117114
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
118115

119116
AC_ARG_VAR(PYTHONPATH, Augments the default search path for python module files)

0 commit comments

Comments
 (0)