On Fri, Aug 06, 2021 at 06:38:40PM +1000, Duncan Roe wrote: > Signed-off-by: Duncan Roe <duncan_roe@xxxxxxxxxxxxxxx> > --- > configure.ac | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure.ac b/configure.ac > index bdbee98..cf50003 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -52,6 +52,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"]) > AS_IF([test "x$DOXYGEN" = x], [ > dnl Only run doxygen Makefile if doxygen installed > AC_MSG_WARN([Doxygen not found - continuing without Doxygen support]) > + with_doxygen=no > ]) > AC_OUTPUT > > -- > 2.17.5 > Scrub this - v2 on its way (Bogus warning on --without-doxygen)